OpenXcom Forum

Modding => OpenXcom Extended => OXCE Suggestions DONE => Topic started by: bulletdesigner on September 09, 2022, 03:14:38 pm

Title: [DONE][Suggestion] requiresBuyBaseFunc for engineer and scientist
Post by: bulletdesigner on September 09, 2022, 03:14:38 pm
Why? to clear the list of the outpost and other bases that donĀ“t have manufacture or research, and also to not show in other "factions base". Currently can do it for all the rest , this two are a sore thumb in the list


something like this for exemple
costEngineer: 25000
 requiresBuyEngineerBaseFunc: [manufacture]
costScientist: 30000   
 requiresBuyScientistBaseFunc: [research]

Title: Re: [Suggestion] requiresBuyBaseFunc for engineer and scientist
Post by: Yankes on September 09, 2022, 10:53:55 pm
Done:
Code: [Select]
hireScientistsRequiresBaseFunc: [FUNC_A]
hireEngineersRequiresBaseFunc: [FUNC_B]
Title: Re: [DONE][Suggestion] requiresBuyBaseFunc for engineer and scientist
Post by: bulletdesigner on September 10, 2022, 03:40:00 pm
That was quick, nice, thks for dev time as always!