From 2ca407093dd47535d59813d95645a670dbeba93c Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Wed, 18 Jan 2012 02:09:21 +0000 Subject: [PATCH] Hurr durr I'm fucking retarded forgot to compile after removing a line that caused a runtime git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2974 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/simple_animal/constructs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/simple_animal/constructs.dm b/code/modules/mob/simple_animal/constructs.dm index 08b23ff73df..7f7e6430ffa 100644 --- a/code/modules/mob/simple_animal/constructs.dm +++ b/code/modules/mob/simple_animal/constructs.dm @@ -26,10 +26,9 @@ Life() ..() if(stat == 2) - explosion(src, -1, 0, 2) for(var/mob/M in viewers(src, null)) if((M.client && !( M.blinded ))) - M.show_message("\red [src] howls as the forces animating it overwhelm it's shattered frame ") + M.show_message("\red [src] collapses in a shattered heap ") ghostize(0) del src return