mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes species that cannot take oxygen damage being unable to succumb (#3546)
This commit is contained in:
@@ -165,8 +165,7 @@ default behaviour is:
|
||||
/mob/living/verb/succumb()
|
||||
set hidden = 1
|
||||
if ((src.health < 0 && src.health > -95.0))
|
||||
src.adjustOxyLoss(src.health + 200)
|
||||
src.health = 100 - src.getOxyLoss() - src.getToxLoss() - src.getFireLoss() - src.getBruteLoss()
|
||||
src.death()
|
||||
src << "<span class='notice'>You have given up life and succumbed to death.</span>"
|
||||
else
|
||||
src << "<span class='warning'>You are not injured enough to succumb to death!</span>"
|
||||
|
||||
Reference in New Issue
Block a user