mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user