[MIRROR] Fixes slime heretics being hurt by rust (#3570)

* Fixes slime heretics being hurt by rust (#57041)

* Fixes slime heretics being hurt by rust

Co-authored-by: itseasytosee <55666666+itseasytosee@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-22 02:08:54 +00:00
committed by GitHub
co-authored by itseasytosee
parent a6152bbf1a
commit 8954ed7728
2 changed files with 3 additions and 3 deletions
@@ -2580,7 +2580,7 @@
M.drowsyness = max(M.drowsyness - (5 * REM * delta_time), 0)
M.AdjustAllImmobility(-40 * REM * delta_time)
M.adjustStaminaLoss(-10 * REM * delta_time, FALSE)
M.adjustToxLoss(-2 * REM * delta_time, FALSE)
M.adjustToxLoss(-2 * REM * delta_time, FALSE, forced = TRUE)
M.adjustOxyLoss(-2 * REM * delta_time, FALSE)
M.adjustBruteLoss(-2 * REM * delta_time, FALSE)
M.adjustFireLoss(-2 * REM * delta_time, FALSE)