Merge pull request #13380 from Incoming5643/I_changed_my_mind

Spares those in critical from the mass mindshuffle event
This commit is contained in:
Cheridan
2015-12-02 21:59:36 -06:00
+1 -1
View File
@@ -77,7 +77,7 @@
var/list/mobs = list()
for(var/mob/living/carbon/human/H in living_mob_list)
if(!H.mind || H.mind in ticker.mode.wizards) continue //the wizard(s) are spared on this one
if(!H.stat || !H.mind || H.mind in ticker.mode.wizards) continue //the wizard(s) are spared on this one
mobs += H
if(!mobs) return