mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
co-authored by
itseasytosee
parent
a6152bbf1a
commit
8954ed7728
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user