mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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 ")
|
||||
|
||||
Reference in New Issue
Block a user