Moves unholy water to have stamina regen (#18349)

* that's an unholy amount of damage

* Update code/modules/reagents/chemistry/reagents/water.dm

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2022-07-13 16:17:17 -04:00
committed by GitHub
parent 3eaf3d8a44
commit cce1071125
@@ -347,10 +347,11 @@
M.AdjustStunned(-4 SECONDS)
M.AdjustWeakened(-4 SECONDS)
M.AdjustKnockDown(-4 SECONDS)
update_flags |= M.adjustToxLoss(-2, FALSE)
update_flags |= M.adjustFireLoss(-2, FALSE)
update_flags |= M.adjustOxyLoss(-2, FALSE)
update_flags |= M.adjustBruteLoss(-2, FALSE)
update_flags |= M.adjustStaminaLoss(-25, FALSE)
update_flags |= M.adjustToxLoss(-1, FALSE)
update_flags |= M.adjustFireLoss(-1, FALSE)
update_flags |= M.adjustOxyLoss(-1, FALSE)
update_flags |= M.adjustBruteLoss(-1, FALSE)
else
update_flags |= M.adjustBrainLoss(3, FALSE)
update_flags |= M.adjustToxLoss(1, FALSE)