Vaurca filters now work as described (#16590)

* vaurca filters are now gas masks

* changelog

* fixes mapped-in vaurca masks
This commit is contained in:
RustingWithYou
2023-07-13 13:32:44 +00:00
committed by GitHub
parent c920edc3d1
commit 57fd0eaf76
28 changed files with 101 additions and 58 deletions
@@ -8,7 +8,7 @@
/datum/gear/mask/vaurca
display_name = "mandible garment"
path = /obj/item/clothing/mask/breath/vaurca
path = /obj/item/clothing/mask/gas/vaurca
cost = 1
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
sort_category = "Xenowear - Vaurca"
@@ -16,7 +16,7 @@
/datum/gear/mask/filterport
display_name = "filter port"
path = /obj/item/clothing/mask/breath/vaurca/filter
path = /obj/item/clothing/mask/gas/vaurca/filter
cost = 1
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK)
sort_category = "Xenowear - Vaurca"