diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 6ab4c1792b..b8a05369a0 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -98,7 +98,7 @@ if(look_at) if(looking_for == look_at) return ITEM_SLOT_ICLOTHING - if(istype(look_at) && looking_for in look_at.attached_accessories) + if(istype(look_at) && (looking_for in look_at.attached_accessories)) return ITEM_SLOT_ACCESSORY if(looking_for == r_store)