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
+3
View File
@@ -229,6 +229,9 @@
L += D.wrapped
if(istype(D.wrapped, /obj/item/weapon/storage)) //this should never happen
L += get_contents(D.wrapped)
for(var/obj/item/weapon/folder/F in src.contents)
L += F.contents //Folders can't store any storage items.
return L
/mob/living/proc/check_contents_for(A)