Files
CHOMPStation2/code
Leshana e316b76ddb Fix runtime errors when uninstalling some nifsofts
* /datum/nifsoft/uninstall() sets nif = null, so any overriden uninstall() that calls parent can't access the nif after that.   Luckily the only nifsofts that did this were just clearing flags that they set on install().
* We have an automatic flag set/clearing mechanism using some variables which sets them on install and clears on uninstall, so we switch to that and its all good.
2017-06-14 16:04:45 -04:00
..
2017-06-06 01:00:46 -04:00
2017-03-31 17:52:15 +01:00