Revert "Added command alert for mass hallucination event"

This reverts commit b20d5d49d7.
This commit is contained in:
Regen
2014-03-20 16:35:51 +01:00
parent b20d5d49d7
commit 167a7f3546
@@ -1,5 +1,3 @@
/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_name()] is passing through a minor radiation field, this may cause some hallucination, but no further damage")