mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #1762 from CHOMPStation2/Razgriz1032-patch-slowdown
[Manual MIRROR]Nerfs Item Slowdown
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
var/their_slowdown = max(H.calculate_item_encumbrance(), 1)
|
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 = 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 *= species.item_slowdown_mod
|
||||||
|
|
||||||
. += item_tally
|
. += item_tally
|
||||||
|
|||||||
Reference in New Issue
Block a user