From 969aa45e9ad69e0671d03ed115b6c2ff717f6f56 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Fri, 29 Sep 2017 12:07:16 -0500 Subject: [PATCH] Switches 2 for DEAD --- code/game/objects/items/weapons/implants/implant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index e90a67bc0c..e2c05c8e86 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -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..."