A few more runtime fixes.

This commit is contained in:
Ghommie
2020-01-24 03:29:31 +01:00
parent 14a33ee7dc
commit 67f58b8a59
6 changed files with 14 additions and 16 deletions
@@ -84,6 +84,8 @@
to_chat(owner, "<span class='notice'>You feel a faint buzzing as your reviver implant starts patching your wounds...</span>")
/obj/item/organ/cyberimp/chest/reviver/proc/heal()
if(!owner)
return
if(owner.getOxyLoss())
owner.adjustOxyLoss(-5)
revive_cost += 0.5 SECONDS