Switches 2 for DEAD

This commit is contained in:
Anewbe
2017-09-29 12:07:16 -05:00
parent 7c5d7c4d75
commit 969aa45e9a
@@ -92,7 +92,7 @@
var/implant_location = src.loc
if(ismob(implant_location))
var/mob/living/L = implant_location
if(L.stat == 2)
if(L.stat == DEAD)
if(world.time >= L.timeofdeath + degrade_time)
name = "melted implant"
desc = "Charred circuit in melted plastic case. Wonder what that used to be..."