Fixes exchange document objective

This commit is contained in:
DZD
2015-03-01 20:35:09 -05:00
parent f262c04a79
commit 69eb5509ec
2 changed files with 5 additions and 0 deletions
@@ -75,6 +75,8 @@
L += G.gift
if (istype(G.gift, /obj/item/weapon/storage))
L += G.gift:return_inv()
for(var/obj/item/weapon/folder/F in src)
L += F.contents
return L
/obj/item/weapon/storage/proc/show_to(mob/user as mob)