From dc578157d104c84ebc3ada1950c842ea07aa5fd9 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Sat, 16 Apr 2022 19:41:03 +0200 Subject: [PATCH] No sensors for Primitive Clothing --- code/modules/clothing/under/tribal.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/tribal.dm b/code/modules/clothing/under/tribal.dm index 10894e5ae49..adbfe12e1c8 100644 --- a/code/modules/clothing/under/tribal.dm +++ b/code/modules/clothing/under/tribal.dm @@ -11,6 +11,7 @@ name = "primitive clothes" desc = "Some patched together rags. Better than being naked." force = 0 + has_sensor = 0 icon_state = "rag" worn_state = "rag" @@ -36,6 +37,7 @@ /obj/item/clothing/under/tribalwear item_state_slots = list(slot_r_hand_str = "tribalwear", slot_l_hand_str = "tribalwear") + has_sensor = 0 /obj/item/clothing/under/tribalwear/common1 name = "tribalwear"