mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Merge pull request #13380 from Incoming5643/I_changed_my_mind
Spares those in critical from the mass mindshuffle event
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user