mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Adds tajaran veil subtypes to loadout (#30578)
* Adds tajaran veil subtypes to loadout * Apply suggestions from code review Co-authored-by: Gatchapod <20936555+Gatchapod@users.noreply.github.com> Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> --------- Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Gatchapod <20936555+Gatchapod@users.noreply.github.com>
This commit is contained in:
@@ -21,6 +21,36 @@
|
||||
path = /obj/item/clothing/glasses/hud/tajblind
|
||||
slot = ITEM_SLOT_EYES
|
||||
|
||||
/datum/gear/racial/taj/medical
|
||||
display_name = "Tajaran Medical Veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran. It is rare and offensive to see it on other races. Comes equipped with a medical HUD."
|
||||
path = /obj/item/clothing/glasses/hud/tajblind/med
|
||||
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Coroner", "Chemist", "Virologist", "Psychiatrist", "Paramedic")
|
||||
|
||||
/datum/gear/racial/taj/sec
|
||||
display_name = "Tajaran Security Veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran. It is rare and offensive to see it on other races. Comes equipped with a security HUD."
|
||||
path = /obj/item/clothing/glasses/hud/tajblind/sec
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer", "Detective", "Internal Affairs Agent", "Magistrate")
|
||||
|
||||
/datum/gear/racial/taj/miner
|
||||
display_name = "Tajaran Mining Meson Veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran. It is rare and offensive to see it on other races. Comes equipped with a meson HUD."
|
||||
path = /obj/item/clothing/glasses/hud/tajblind/meson/cargo
|
||||
allowed_roles = list("Shaft Miner", "Explorer", "Quartermaster")
|
||||
|
||||
/datum/gear/racial/taj/engineering
|
||||
display_name = "Tajaran Engineering Meson Veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran. It is rare and offensive to see it on other races. Comes equipped with a meson HUD."
|
||||
path = /obj/item/clothing/glasses/hud/tajblind/meson
|
||||
allowed_roles = list("Chief Engineer", "Life Support Specialist", "Station Engineer")
|
||||
|
||||
/datum/gear/racial/taj/science
|
||||
display_name = "Tajaran Science Veil"
|
||||
description = "A common traditional nano-fiber veil worn by many Tajaran. It is rare and offensive to see it on other races. Comes equipped with a science HUD."
|
||||
path = /obj/item/clothing/glasses/hud/tajblind/sci
|
||||
allowed_roles = list("Scientist", "Research Director", "Bartender")
|
||||
|
||||
/datum/gear/racial/footwraps
|
||||
display_name = "Cloth footwraps"
|
||||
path = /obj/item/clothing/shoes/footwraps
|
||||
|
||||
Reference in New Issue
Block a user