From 67a9794225d0f46c1314b5b73d7dcd3f012813a6 Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Tue, 13 Mar 2012 00:09:58 +0000 Subject: [PATCH] Removed the flu causing hallucinations who the fuck even added that godamn. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3280 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/diseases/flu.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/datums/diseases/flu.dm b/code/datums/diseases/flu.dm index 585abff215f..bb32b44e5b8 100644 --- a/code/datums/diseases/flu.dm +++ b/code/datums/diseases/flu.dm @@ -63,9 +63,4 @@ if(prob(20)) affected_mob.adjustToxLoss(1) affected_mob.updatehealth() - if(prob(25)) - affected_mob << "\red The world around you feels surreal" - if(prob(50)) - affected_mob.hallucination += 100 - shake_camera(affected_mob,20) return