mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
fix duffelbag speedup bug (#91505)
## About The Pull Request https://github.com/tgstation/tgstation/pull/91415 changed how zip_slowdown is incremented and decremented, but did not test their changes or consider that set_zipper runs on init to zip it, reducing slowdown, thus reducing slowdown to negative numbers. ## Why It's Good For The Game speedy duffels bad ## Changelog 🆑 fix: fix duffels making you fast as fuck /🆑
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/Initialize(mapload)
|
||||
. = ..()
|
||||
slowdown += zip_slowdown
|
||||
set_zipper(TRUE)
|
||||
RegisterSignal(src, COMSIG_SPEED_POTION_APPLIED, PROC_REF(on_speed_potioned))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user