diff --git a/code/game/verbs/suicide.dm b/code/game/verbs/suicide.dm index 93069bf64cb..5cc53f18768 100644 --- a/code/game/verbs/suicide.dm +++ b/code/game/verbs/suicide.dm @@ -149,7 +149,7 @@ suiciding = 1 viewers(src) << "\red [src] is thrashing wildly! It looks like \he's trying to commit suicide." //put em at -175 - adjustOxyLoss(max(100 - getFireLoss() - getBruteLoss() - getOxyLoss())) + adjustOxyLoss(max(100 - getFireLoss() - getBruteLoss() - getOxyLoss()), 0) updatehealth()