From 167a7f3546316592e2b8a715558fcc45be6f679f Mon Sep 17 00:00:00 2001 From: Regen Date: Thu, 20 Mar 2014 16:35:51 +0100 Subject: [PATCH] Revert "Added command alert for mass hallucination event" This reverts commit b20d5d49d72c0985b4870e64e025cb1ebf895279. --- code/modules/events/tgevents/mass_hallucination.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/events/tgevents/mass_hallucination.dm b/code/modules/events/tgevents/mass_hallucination.dm index 79dc8b13ce2..357cd6fcdc4 100644 --- a/code/modules/events/tgevents/mass_hallucination.dm +++ b/code/modules/events/tgevents/mass_hallucination.dm @@ -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") \ No newline at end of file