diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index e6c5445f72a..574f54113c0 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -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)