mugmuggy
mugmuggy
This last issue, I just seen happen when I was mucking about so took a deeper dive - World:onEndDay calls Patient:tickDay. It has this bit of code https://github.com/CorsixTH/CorsixTH/blob/a549a809217a135d51214eba8f33d263178d90e6/CorsixTH/Lua/entities/patient.lua#L637-L646 I'm guessing...
With 1609 we have a save we can refer to the state, though I have plenty of others with epidemics, I didn't really pay attention to it. The if isn't...
Doing some play testing of Level 1 and this issue exists on all rooms where essentially you have less staff than rooms. This bit of code, the isLeaving check isn't...
So the handyman really only answers calls in his allocated spot, but when he is wandering he isn't restricted to the parcel. That appears to be the issue, as the...
Scenario 1 - diagnosis is randomly chosen, if the room doesn't exist, the agrees to pay drops to using the hospital reputation. Patient:getPriceDistortion takes into account the casebook.price which isn't...
Technically the x-ray room also has this problem in your save. The task still has the handyman assigned even though the call has been unassigned. As that same handyman is...
Yeah that the build callback from the seek_room action, kicking into gear. There is a scenario where you can (I might have fixed it previously), edit a room when you...
That was my thinking too, for seek_room reinsert an idle with a timer to restart the seek_room, as long as faxes remain suppressed after initial creation, that polling vs event...
I think we'd need a fix for 524 to actually get that to happen. Windows is remembering the last volume set, which due to 524 is the volume of the...
Pulling out an old issue, as I've been digging into TH a bit and can see somethings that could be addressed here and not sure if it is still an...