Merge pull request #648 from Ikarrus/acc_check

Check Contents now checks jumpsuits for accessories
This commit is contained in:
Carnie
2013-05-27 20:11:46 -07:00
+2
View File
@@ -171,6 +171,8 @@
L += src.contents
for(var/obj/item/weapon/storage/S in src.contents) //Check for storage items
L += get_contents(S)
for(var/obj/item/clothing/under/U in src.contents) //Check for jumpsuit accessories
L += U.contents
return L
/mob/living/proc/check_contents_for(A)