Buffed mass hallucinations to a more noticeable amount

This commit is contained in:
alex-gh
2013-12-02 12:50:16 +01:00
parent 54269d6d8c
commit 51ce0f05f3
+1 -1
View File
@@ -1,3 +1,3 @@
/datum/event/mass_hallucination/start()
for(var/mob/living/carbon/C in living_mob_list)
C.hallucination += rand(50, 100)
C.hallucination += rand(70, 100)