Merge pull request #22727 from XDTM/PocketShoes

Fixes storage pockets preventing the use of items on the clothing item
This commit is contained in:
oranges
2017-01-06 09:57:45 +13:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -392,7 +392,7 @@
return //Robots can't interact with storage items.
if(!can_be_inserted(W, 0 , user))
return
return 0
handle_item_insertion(W, 0 , user)