mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
CE Blueprint Picture will now count for objective (#30635)
* Update living.dm * Update living.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user