From d43decfba55d2ce4987a3b0eceb995fa688224be Mon Sep 17 00:00:00 2001 From: SandPoot Date: Fri, 18 Apr 2025 13:02:32 -0300 Subject: [PATCH] byond don't likey --- code/modules/mob/living/carbon/human/inventory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)