This commit is contained in:
ZomgPonies
2014-03-20 13:16:42 -04:00
@@ -1,3 +1,5 @@
/datum/event/mass_hallucination/start()
for(var/mob/living/carbon/C in living_mob_list)
C.hallucination += rand(20, 50)
/datum/event/mass_hallucination/announce()
command_alert("It seems that station "[station_name()]" is passing through a minor radiation field, this may cause some hallucination, but no further damage")