From 53b32b17e826c87d11b4f7e4915849cdb8e53d5e Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 7 Jun 2015 13:45:06 +0200 Subject: [PATCH] Small update --- code/modules/flufftext/Hallucination.dm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index df090a79963..dc41795b050 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -269,7 +269,7 @@ Gunshots/explosions/opening doors/less rare audio (done) /obj/effect/hallucination/fake_flood/process() if(next_expand <= world.time) - radius += 1 + radius++ if(radius > FAKE_FLOOD_MAX_RADIUS) qdel(src) Expand() @@ -417,7 +417,7 @@ Gunshots/explosions/opening doors/less rare audio (done) /obj/effect/hallucination/battle/New(loc,var/mob/living/carbon/T) target = T var/hits = rand(3,6) - switch(rand(1,4)) + switch(rand(1,5)) if(1) //Laser fight for(var/i=0,i