Rescue HQ - The Tycoon

Rescue HQ - The Tycoon

Multi Sandbox Mod
This topic has been locked
MaFooBar 31 May, 2019 @ 8:08am
Fix for "hiring is too slow"
what about this? Put it into Scenario.Modifications function
let SetProcessingTime id time = Def.SmartObject.Update id (fun x -> {x with Type = SmartObjectType.Station {(x.Type.Value :?> StationObjectDef) with ProcessingTime = time } }) SetProcessingTime "HiringDeskFirefighter" (Gt.hours 2.0) SetProcessingTime "HiringDeskMedic" (Gt.hours 2.0) SetProcessingTime "HiringDeskPolice" (Gt.hours 2.0) SetProcessingTime "HiringDeskFirefighter_T2" (Gt.hours 1.0) SetProcessingTime "HiringDeskMedic_T2" (Gt.hours 1.0) SetProcessingTime "HiringDeskPolice_T2" (Gt.hours 1.0)
Last edited by MaFooBar; 31 May, 2019 @ 8:09am
< >
Showing 1-2 of 2 comments
nDeavor  [developer] 31 May, 2019 @ 9:00am 
That works perfectly. Thanks! Update will be uploaded shortly
MaFooBar 31 May, 2019 @ 9:04am 
woot woot
< >
Showing 1-2 of 2 comments
Per page: 1530 50