when you forget to hit ctrl+S

This commit is contained in:
Linzolle
2019-11-28 21:02:28 -06:00
parent a940110dee
commit 66971236d5
@@ -917,7 +917,7 @@ datum/reagent/medicine/styptic_powder/overdose_start(mob/living/M)
M.adjustOxyLoss(-20, 0)
M.adjustToxLoss(-20, 0)
M.updatehealth()
if(M.revive(full_heal = FALSE, admin_revive = FALSE))
if(M.revive())
M.grab_ghost()
M.emote("gasp")
log_combat(M, M, "revived", src)