mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Ports veils from Baystation
Thought about kicking this to Polaris, but, pretty sure the Taj species maintainer would not be interested in them. Might make some additional changes later, as I saw some problems with the code while making this.
This commit is contained in:
@@ -37,4 +37,29 @@
|
||||
/datum/gear/uniform/loincloth
|
||||
display_name = "loincloth"
|
||||
path = /obj/item/clothing/suit/storage/fluff/loincloth
|
||||
sort_category = "Xenowear"
|
||||
|
||||
// Taj clothing
|
||||
/datum/gear/eyes/tajblind
|
||||
display_name = "embroidered veil"
|
||||
path = /obj/item/clothing/glasses/tajblind
|
||||
//whitelisted = SPECIES_TAJ
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/eyes/medical/tajblind
|
||||
display_name = "medical veil (Tajara) (Medical)"
|
||||
path = /obj/item/clothing/glasses/hud/health/tajblind
|
||||
//whitelisted = SPECIES_TAJ
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/eyes/meson/tajblind
|
||||
display_name = "industrial veil (Tajara) (Engineering, Science)"
|
||||
path = /obj/item/clothing/glasses/meson/prescription/tajblind
|
||||
//whitelisted = SPECIES_TAJ
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/eyes/security/tajblind
|
||||
display_name = "sleek veil (Tajara) (Security)"
|
||||
path = /obj/item/clothing/glasses/sunglasses/sechud/tajblind
|
||||
//whitelisted = SPECIES_TAJ
|
||||
sort_category = "Xenowear"
|
||||
Reference in New Issue
Block a user