IPC hallucination fix

This commit is contained in:
Markolie
2015-01-18 05:02:36 +01:00
parent 34a7bc645a
commit e0f434f0ed
+3 -2
View File
@@ -1,3 +1,4 @@
/datum/event/mass_hallucination/start()
for(var/mob/living/carbon/C in living_mob_list)
C.hallucination += rand(70, 100)
for(var/mob/living/carbon/human/C in living_mob_list)
if(!(C.species.flags & IS_SYNTHETIC))
C.hallucination += rand(70, 100)