Repaths /obj/item/weapon to /obj/item (#29929)

This commit is contained in:
Jordan Brown
2017-08-16 09:38:51 -04:00
committed by Leo
parent b95e38aacb
commit af4d9a85c9
1088 changed files with 25878 additions and 25881 deletions

View File

@@ -370,7 +370,7 @@
M.s_active.handle_item_insertion(src)
return TRUE
var/obj/item/weapon/storage/S = M.get_inactive_held_item()
var/obj/item/storage/S = M.get_inactive_held_item()
if(istype(S) && S.can_be_inserted(src,1)) //see if we have box in other hand
S.handle_item_insertion(src)
return TRUE