This commit is contained in:
kevinz000
2018-03-12 00:35:33 -07:00
committed by CitadelStationBot
parent ea4061c014
commit 0e4f0c0211
@@ -30,8 +30,10 @@
GLOB.tracked_chem_implants -= src
return ..()
/obj/item/implant/chem/trigger(emote, mob/source)
/obj/item/implant/chem/trigger(emote, mob/living/source)
if(emote == "deathgasp")
if(istype(source) && !(source.stat == DEAD))
return
activate(reagents.total_volume)
/obj/item/implant/chem/activate(cause)