Adds a Tretian Guild mantle (#19576)

![image](https://i.imgur.com/sWeaojJ.gif)
![image](https://i.imgur.com/jaP6LxN.gif)
![image](https://i.imgur.com/IER42Sl.gif)
Requires sign-off by Vaurca lore. @desvenlafaxine
This commit is contained in:
feartheblackout
2024-07-08 07:48:32 -05:00
committed by GitHub
parent b3a4aa501f
commit 856d9b9468
6 changed files with 82 additions and 0 deletions
@@ -382,3 +382,13 @@
whitelisted = list(SPECIES_VAURCA_BREEDER)
sort_category = "Xenowear - Vaurca"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/suit/unathi_mantle_tret
display_name = "tretian guild mantle"
description = "A yellow mantle, worn by Tretian Guild workers in the Izweski Hegemony."
path = /obj/item/clothing/accessory/poncho/unathimantle/tretian
cost = 1
sort_category = "Xenowear - Vaurca"
flags = GEAR_HAS_COLOR_SELECTION
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_UNATHI)
culture_restriction = list(/singleton/origin_item/culture/klax)