mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-19 02:50:08 +01:00
separately colorable shirt and pants (#18234)
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
path = /obj/item/clothing/under/unathi
|
||||
whitelisted = list(SPECIES_UNATHI, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
|
||||
|
||||
/datum/gear/uniform/unathi/himation
|
||||
display_name = "himation cloak"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
/obj/item/clothing/under/unathi
|
||||
name = "sinta tunic"
|
||||
desc = "A tunic common on both Moghes and Ouerea. It's simple and easily-manufactured design makes it \
|
||||
desc = "A tunic common on both Moghes and Ouerea. Its simple and easily-manufactured design makes it \
|
||||
universally favorable."
|
||||
icon = 'icons/obj/unathi_items.dmi'
|
||||
icon_state = "tunic"
|
||||
item_state = "tunic"
|
||||
contained_sprite = TRUE
|
||||
build_from_parts = TRUE
|
||||
worn_overlay = "belt"
|
||||
has_accents = TRUE
|
||||
|
||||
/obj/item/clothing/under/unathi/jizixi
|
||||
name = "jizixi dress"
|
||||
|
||||
Reference in New Issue
Block a user