mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds more tajaran fashion: part two (#4817)
This pr adds some tajaran religious/marriage/wedlock/S'rendal'Matir/whatever related items to the custom loadout, since those are a thing due to the recent addition to S'rendarr & Messa. Also, tweaks the cloaks. Sprites were made by kyres and dronz.
This commit is contained in:
@@ -225,6 +225,25 @@
|
||||
circlet["silver dress circlet"] = /obj/item/clothing/head/tajaran/circlet/silver
|
||||
gear_tweaks += new/datum/gear_tweak/path(circlet)
|
||||
|
||||
/datum/gear/accessory/tajara_wrap
|
||||
display_name = "marriage wrap (Tajara)"
|
||||
path = /obj/item/clothing/accessory/tajaran_wrap
|
||||
whitelisted = list("Tajara", "Zhan-Khazan Tajara", "M'sai Tajara")
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/accessory/tajara_wrap/New()
|
||||
..()
|
||||
var/wrap = list()
|
||||
wrap["marriage wrap, male"] = /obj/item/clothing/accessory/tajaran_wrap
|
||||
wrap["marriage wrap, female"] = /obj/item/clothing/accessory/tajaran_wrap/female
|
||||
gear_tweaks += new/datum/gear_tweak/path(wrap)
|
||||
|
||||
/datum/gear/accessory/tajara_pelt
|
||||
display_name = "ceremonial pelt (Tajara)"
|
||||
path = /obj/item/clothing/accessory/tajaran_pelt
|
||||
whitelisted = list("Tajara", "Zhan-Khazan Tajara", "M'sai Tajara")
|
||||
sort_category = "Xenowear"
|
||||
|
||||
//other things
|
||||
|
||||
/datum/gear/uniform/gearharness
|
||||
|
||||
@@ -102,4 +102,25 @@
|
||||
/obj/item/clothing/accessory/tajaran/cream
|
||||
desc = "A furred scarf, a common tajaran vanity item, this one is cream."
|
||||
icon_state = "furscarf_cream"
|
||||
item_state = "furscarf_cream"
|
||||
item_state = "furscarf_cream"
|
||||
|
||||
/obj/item/clothing/accessory/tajaran_wrap
|
||||
name = "marriage wrap"
|
||||
desc = "A holy cloth wrap that signifies marriage amongst tajara, it has white and gold markings. This one is meant for the husband."
|
||||
icon = 'icons/obj/tajara_items.dmi'
|
||||
icon_state = "wrap_male"
|
||||
item_state = "wrap_male"
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/accessory/tajaran_wrap/female
|
||||
desc = "A holy cloth wrap that signifies marriage amongst tajara, it has blue and light blue markings. This one is meant for the wife."
|
||||
icon_state = "wrap_female"
|
||||
item_state = "wrap_female"
|
||||
|
||||
/obj/item/clothing/accessory/tajaran_pelt
|
||||
name = "ceremonial pelt"
|
||||
desc = "A piece of pelt that signifies the union between two followers of Ma'ta'ke."
|
||||
icon = 'icons/obj/tajara_items.dmi'
|
||||
icon_state = "pelt"
|
||||
item_state = "pelt"
|
||||
contained_sprite = TRUE
|
||||
Reference in New Issue
Block a user