Fixes timestop spell (#2506)

This commit is contained in:
CitadelStationBot
2017-08-26 21:49:16 -05:00
committed by kevinz000
parent 14ceaa39b4
commit 66f046fe87
@@ -563,8 +563,7 @@
/obj/effect/timestop/Initialize()
. = ..()
for(var/M in GLOB.player_list)
var/mob/living/L = M
for(var/mob/living/L in GLOB.player_list)
if(locate(/obj/effect/proc_holder/spell/aoe_turf/conjure/timestop) in L.mind.spell_list) //People who can stop time are immune to its effects
immune += L
timestop()