From 88dfe4e075fcc83f9e1430674426bb7db7176249 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Sat, 16 Apr 2022 20:33:02 +0200 Subject: [PATCH] Putting the variable at the right place --- code/modules/clothing/under/tribal.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/tribal.dm b/code/modules/clothing/under/tribal.dm index adbfe12e1c..93e178aeed 100644 --- a/code/modules/clothing/under/tribal.dm +++ b/code/modules/clothing/under/tribal.dm @@ -37,32 +37,36 @@ /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" desc = "A traditionally woven robe made with locally sourced material." icon_state = "tribal_common1" + has_sensor = 0 /obj/item/clothing/under/tribalwear/common2 name = "tribalwear" desc = "A traditionally woven outfit made with locally sourced material." icon_state = "tribal_common2" + has_sensor = 0 /obj/item/clothing/under/tribalwear/hunter name = "hunting tribalwear" desc = "Dusty rags decorated with strips of leather and small pieces of cyan colored stones." icon_state = "tribal_hunter" + has_sensor = 0 /obj/item/clothing/under/tribalwear/chief name = "chief's tribalwear" desc = "Well maintained robe adorned with fine leather and polished cyan stones." icon_state = "tribal_chief" + has_sensor = 0 /obj/item/clothing/under/tribalwear/shaman name = "shaman robes" desc = "Carefully hand wozen cloth robes with heavy colored stones jewelry drapped over top." icon_state = "tribal_shaman" + has_sensor = 0 /obj/item/clothing/shoes/tribalwear name = "tribal sandals"