Rescue HQ - The Tycoon

Rescue HQ - The Tycoon

Multi Sandbox Mod
此主题已被锁定
MaFooBar 2019 年 5 月 31 日 上午 8:08
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)
最后由 MaFooBar 编辑于; 2019 年 5 月 31 日 上午 8:09
< >
正在显示第 1 - 2 条,共 2 条留言
nDeavor  [开发者] 2019 年 5 月 31 日 上午 9:00 
That works perfectly. Thanks! Update will be uploaded shortly
MaFooBar 2019 年 5 月 31 日 上午 9:04 
woot woot
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50