CE Blueprint Picture will now count for objective (#30635)

* Update living.dm

* Update living.dm
This commit is contained in:
Zack
2025-10-19 14:21:30 +00:00
committed by GitHub
parent 96495fab84
commit 0d14c0782b
+2 -1
View File
@@ -489,7 +489,8 @@
L += get_contents(D.wrapped)
for(var/obj/item/folder/F in contents)
L += F.contents //Folders can't store any storage items.
for(var/obj/item/organ/internal/headpocket/pocket in contents)
L += pocket.contents //Checks for items in headpockets
return L
/mob/living/proc/check_contents_for(A)