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