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:
Seth Scherer
2021-12-22 00:41:54 -08:00
committed by GitHub
parent 12bf03aa08
commit 569bea315e
+1
View File
@@ -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)