mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Cardboard box speed potion fix (#91830)
(cherry picked from commit 7fb971e8cb)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
/obj/structure/closet/cardboard/proc/on_speed_potioned(datum/source)
|
||||
SIGNAL_HANDLER
|
||||
move_speed_multiplier *= 2
|
||||
move_speed_multiplier *= 0.2
|
||||
|
||||
/obj/structure/closet/cardboard/relaymove(mob/living/user, direction)
|
||||
if(opened || move_delay || user.incapacitated || !isturf(loc) || !has_gravity(loc))
|
||||
|
||||
Reference in New Issue
Block a user