Makes the vaurca mantle into an accessory (#12214)

This commit is contained in:
Casper3667
2021-07-23 17:52:14 -03:00
committed by GitHub
parent a93c6c37fe
commit be3b500968
6 changed files with 18 additions and 9 deletions
@@ -12,6 +12,7 @@
cost = 1
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
sort_category = "Xenowear - Vaurca"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/mask/filterport
display_name = "filter port"
@@ -105,9 +106,9 @@
shrouds["vaurcan shroud, brown"] = /obj/item/clothing/head/shroud/brown
gear_tweaks += new /datum/gear_tweak/path(shrouds)
/datum/gear/suit/vaurca_mantle
/datum/gear/accessory/vaurca_mantle
display_name = "vaurcan mantle"
path = /obj/item/clothing/suit/vaurca/mantle
path = /obj/item/clothing/accessory/poncho/vaurca
cost = 1
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
sort_category = "Xenowear - Vaurca"