mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 07:32:35 +00:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user