mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fixes being able to drag lockers with no slowdown (#63527)
Fixes #56828 (Wrapping a locker to nuke the slowdown, thus living the sonic speed life you've always desired)
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
if(use(3))
|
||||
var/obj/structure/big_delivery/P = new /obj/structure/big_delivery(get_turf(O.loc))
|
||||
P.icon_state = O.delivery_icon
|
||||
P.drag_slowdown = O.drag_slowdown
|
||||
O.forceMove(P)
|
||||
P.add_fingerprint(user)
|
||||
O.add_fingerprint(user)
|
||||
|
||||
Reference in New Issue
Block a user