r26021 - Track cold resistance required by the site alpha dormitory by

It looks like this change adds the pref "_crimbo21ColdResistance", which is very useful... but also adds an auto-abort if this setting gets updated and it is more than the resistance you have. This makes scripting this change difficult, because Mafia will abort before you get a change to buff up your resistance.
Now I have to over buff cold res to avoid this (I need my cold res 1 greater than required to avoid the abort). Can we make the abort optional? Or make it not abort the script?
 
I can get around this by capturing the false boolean, but it is weird that it auto-aborts.
 
Back
Top