diff --git a/code/modules/events/mass_hallucination.dm b/code/modules/events/mass_hallucination.dm index e7560716e6..88fe218a22 100644 --- a/code/modules/events/mass_hallucination.dm +++ b/code/modules/events/mass_hallucination.dm @@ -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)