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
This commit is contained in:
kortgstation@gmail.com
2012-01-18 02:09:21 +00:00
parent fab3c72b10
commit 2ca407093d

View File

@@ -26,10 +26,9 @@
Life() Life()
..() ..()
if(stat == 2) if(stat == 2)
explosion(src, -1, 0, 2)
for(var/mob/M in viewers(src, null)) for(var/mob/M in viewers(src, null))
if((M.client && !( M.blinded ))) 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) ghostize(0)
del src del src
return return