Using changeling fake death should work properly if self-respiration is on

This commit is contained in:
Anewbe
2017-07-31 17:58:06 -05:00
parent 13bd23f352
commit 0339ff55f1
@@ -33,6 +33,9 @@
if(C.suiciding)
C.suiciding = 0
if(C.does_not_breathe)
C.does_not_breathe = 0 //This means they don't autoheal the oxy damage from the next step
if(C.stat != DEAD)
C.adjustOxyLoss(C.maxHealth * 2)