Fixed being able to pull lockers out of wrapping paper (#22648)

This commit is contained in:
Cruix
2017-01-02 16:58:01 -05:00
committed by KorPhaeron
parent d92c8aaa8d
commit ba1ff745b1
+1 -1
View File
@@ -85,7 +85,7 @@
if(use(3))
var/obj/structure/bigDelivery/P = new /obj/structure/bigDelivery(get_turf(O.loc))
P.icon_state = O.delivery_icon
O.loc = P
O.forceMove(P)
P.add_fingerprint(user)
O.add_fingerprint(user)
else