Merge pull request #1762 from CHOMPStation2/Razgriz1032-patch-slowdown

[Manual MIRROR]Nerfs Item Slowdown
This commit is contained in:
Nadyr
2021-04-08 00:35:26 -04:00
committed by GitHub

View File

@@ -97,6 +97,7 @@
var/their_slowdown = max(H.calculate_item_encumbrance(), 1)
item_tally = max(item_tally, their_slowdown) // If our slowdown is less than theirs, then we become as slow as them (before species modifires).
item_tally /= 2 //VOREStation Add
item_tally *= species.item_slowdown_mod
. += item_tally