mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-15 09:42:40 +01:00
e5555dc9df
Because I forgot things.
29 lines
864 B
Plaintext
29 lines
864 B
Plaintext
//Unathi clothing.
|
|
|
|
/obj/item/clothing/suit/unathi/robe
|
|
name = "roughspun robes"
|
|
desc = "A traditional Unathi garment."
|
|
icon_state = "robe-unathi"
|
|
item_state = "robe-unathi"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
|
|
|
|
/obj/item/clothing/suit/unathi/mantle
|
|
name = "hide mantle"
|
|
desc = "A rather grisly selection of cured hides and skin, sewn together to form a ragged mantle."
|
|
icon_state = "mantle-unathi"
|
|
item_state = "mantle-unathi"
|
|
body_parts_covered = UPPER_TORSO
|
|
|
|
//Taj clothing.
|
|
|
|
/obj/item/clothing/suit/tajaran/furs
|
|
name = "heavy furs"
|
|
desc = "A traditional Zhan-Khazan garment."
|
|
icon_state = "zhan_furs"
|
|
item_state = "zhan_furs"
|
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS
|
|
|
|
/obj/item/clothing/head/tajaran/scarf
|
|
name = "headscarf"
|
|
desc = "A scarf of coarse fabric. Seems to have ear-holes."
|
|
icon_state = "zhan_scarf" |