Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2016-01-22 21:09:58 +00:00
parent dce3b3655f
commit 7bc2432ce3
@@ -69,13 +69,7 @@
/obj/structure/closet/crate/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(opened)
if(isrobot(user))
return
if(W.loc != user) // This should stop mounted modules ending up outside the module.
return
user.drop_item()
if(W)
W.forceMove(src.loc)
return ..()
else if(istype(W, /obj/item/weapon/packageWrap))
return
else if(istype(W, /obj/item/stack/cable_coil))