From 51ce0f05f3188ae78fc1a04cfe3bfbe7548d96a1 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Mon, 2 Dec 2013 12:50:16 +0100 Subject: [PATCH] Buffed mass hallucinations to a more noticeable amount --- code/modules/events/mass_hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/mass_hallucination.dm b/code/modules/events/mass_hallucination.dm index 720b571f52f..49bf9b301a6 100644 --- a/code/modules/events/mass_hallucination.dm +++ b/code/modules/events/mass_hallucination.dm @@ -1,3 +1,3 @@ /datum/event/mass_hallucination/start() for(var/mob/living/carbon/C in living_mob_list) - C.hallucination += rand(50, 100) \ No newline at end of file + C.hallucination += rand(70, 100) \ No newline at end of file