Various Vaurca fixes (#19190)

see changelog
This commit is contained in:
feartheblackout
2024-05-31 15:13:13 -05:00
committed by GitHub
parent 2e9609eba8
commit d4f0e12150
9 changed files with 71 additions and 4 deletions
@@ -83,6 +83,7 @@
description = "A selection of vaurca colored Hive cloaks."
path = /obj/item/clothing/suit/vaurca
cost = 1
slot = slot_wear_suit
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
sort_category = "Xenowear - Vaurca"
@@ -147,7 +148,8 @@
description = "A selection of vaurca colored shrouds."
path = /obj/item/clothing/head/shroud
cost = 1
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
slot = slot_head
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
sort_category = "Xenowear - Vaurca"
/datum/gear/suit/vaurca_shroud/New()
@@ -165,6 +167,7 @@
description = "A selection of vaurca colored shrouds."
path = /obj/item/clothing/head/shroud/colorable
cost = 1
slot = slot_head
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR)
sort_category = "Xenowear - Vaurca"
flags = GEAR_HAS_COLOR_SELECTION
@@ -294,6 +297,6 @@
path = /obj/item/clothing/accessory/badge/passcard/tret
cost = 1
whitelisted = list(SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER)
culture_restriction = list(/singleton/origin_item/culture/klax)
culture_restriction = list(/singleton/origin_item/culture/klax, /singleton/origin_item/culture/klax_breeder)
sort_category = "Xenowear - Vaurca"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION