mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Putting the variable at the right place
This commit is contained in:
@@ -37,32 +37,36 @@
|
|||||||
|
|
||||||
/obj/item/clothing/under/tribalwear
|
/obj/item/clothing/under/tribalwear
|
||||||
item_state_slots = list(slot_r_hand_str = "tribalwear", slot_l_hand_str = "tribalwear")
|
item_state_slots = list(slot_r_hand_str = "tribalwear", slot_l_hand_str = "tribalwear")
|
||||||
has_sensor = 0
|
|
||||||
|
|
||||||
/obj/item/clothing/under/tribalwear/common1
|
/obj/item/clothing/under/tribalwear/common1
|
||||||
name = "tribalwear"
|
name = "tribalwear"
|
||||||
desc = "A traditionally woven robe made with locally sourced material."
|
desc = "A traditionally woven robe made with locally sourced material."
|
||||||
icon_state = "tribal_common1"
|
icon_state = "tribal_common1"
|
||||||
|
has_sensor = 0
|
||||||
|
|
||||||
/obj/item/clothing/under/tribalwear/common2
|
/obj/item/clothing/under/tribalwear/common2
|
||||||
name = "tribalwear"
|
name = "tribalwear"
|
||||||
desc = "A traditionally woven outfit made with locally sourced material."
|
desc = "A traditionally woven outfit made with locally sourced material."
|
||||||
icon_state = "tribal_common2"
|
icon_state = "tribal_common2"
|
||||||
|
has_sensor = 0
|
||||||
|
|
||||||
/obj/item/clothing/under/tribalwear/hunter
|
/obj/item/clothing/under/tribalwear/hunter
|
||||||
name = "hunting tribalwear"
|
name = "hunting tribalwear"
|
||||||
desc = "Dusty rags decorated with strips of leather and small pieces of cyan colored stones."
|
desc = "Dusty rags decorated with strips of leather and small pieces of cyan colored stones."
|
||||||
icon_state = "tribal_hunter"
|
icon_state = "tribal_hunter"
|
||||||
|
has_sensor = 0
|
||||||
|
|
||||||
/obj/item/clothing/under/tribalwear/chief
|
/obj/item/clothing/under/tribalwear/chief
|
||||||
name = "chief's tribalwear"
|
name = "chief's tribalwear"
|
||||||
desc = "Well maintained robe adorned with fine leather and polished cyan stones."
|
desc = "Well maintained robe adorned with fine leather and polished cyan stones."
|
||||||
icon_state = "tribal_chief"
|
icon_state = "tribal_chief"
|
||||||
|
has_sensor = 0
|
||||||
|
|
||||||
/obj/item/clothing/under/tribalwear/shaman
|
/obj/item/clothing/under/tribalwear/shaman
|
||||||
name = "shaman robes"
|
name = "shaman robes"
|
||||||
desc = "Carefully hand wozen cloth robes with heavy colored stones jewelry drapped over top."
|
desc = "Carefully hand wozen cloth robes with heavy colored stones jewelry drapped over top."
|
||||||
icon_state = "tribal_shaman"
|
icon_state = "tribal_shaman"
|
||||||
|
has_sensor = 0
|
||||||
|
|
||||||
/obj/item/clothing/shoes/tribalwear
|
/obj/item/clothing/shoes/tribalwear
|
||||||
name = "tribal sandals"
|
name = "tribal sandals"
|
||||||
|
|||||||
Reference in New Issue
Block a user