Update mass_hallucination.dm

This commit is contained in:
deathride58
2017-11-17 23:21:13 -05:00
committed by GitHub
parent 38f7b829c3
commit 127846549d

View File

@@ -9,10 +9,5 @@
fakeable = FALSE
/datum/round_event/mass_hallucination/start()
<<<<<<< HEAD
for(var/mob/living/carbon/C in GLOB.living_mob_list)
C.hallucination += rand(20, 50)
=======
for(var/mob/living/carbon/C in GLOB.alive_mob_list)
C.hallucination += rand(20, 50)
>>>>>>> 39375d5... Replaces a bunch of mob loops with hopefully better ones (#32786)