Merge pull request #14325 from dzahlus/slime-fix

Fixes toxin healing for slimes in heretic related stuff
This commit is contained in:
Lin
2021-02-27 14:41:33 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -2545,7 +2545,7 @@
M.drowsyness = max(M.drowsyness-5, 0)
M.AdjustAllImmobility(-40, FALSE)
M.adjustStaminaLoss(-15, FALSE)
M.adjustToxLoss(-3, FALSE)
M.adjustToxLoss(-3, FALSE, TRUE)
M.adjustOxyLoss(-3, FALSE)
M.adjustBruteLoss(-3, FALSE)
M.adjustFireLoss(-3, FALSE)