mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user