mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-06 05:53:27 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
20 lines
590 B
Plaintext
20 lines
590 B
Plaintext
//Unathi clothing.
|
|
/obj/item/clothing/suit/unathi
|
|
sprite_sheets = list(
|
|
"Vox" = 'icons/mob/species/vox/suit.dmi'
|
|
)
|
|
|
|
/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|ARMS
|
|
|
|
/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
|