Fixed constructs constantly dropping ectoplasm instead of just on death.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3164 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-02-21 16:55:07 +00:00
parent bb051644e0
commit 13c9b65332
+2 -2
View File
@@ -32,8 +32,8 @@
Life()
..()
new /obj/item/weapon/ectoplasm (src.loc)
if(stat == 2)
new /obj/item/weapon/ectoplasm (src.loc)
for(var/mob/M in viewers(src, null))
if((M.client && !( M.blinded )))
M.show_message("\red [src] collapses in a shattered heap ")
@@ -158,8 +158,8 @@
Life()
..()
new /obj/item/weapon/ectoplasm (src.loc)
if(stat == 2)
new /obj/item/weapon/ectoplasm (src.loc)
for(var/mob/M in viewers(src, null))
if((M.client && !( M.blinded )))
M.show_message("\red [src] collapses in a shattered heap ")