Gives Xenobio access to science clothing in the loadout (#30961)

* gives xenobiologists access to science clothing

* Apply suggestions from code review

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

* Update code/modules/client/preference/loadout/loadout_uniform.dm

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
funglios8s
2025-11-11 10:25:38 +00:00
committed by GitHub
co-authored by DGamerL
parent b61cc19628
commit 8c234a00f0
7 changed files with 8 additions and 8 deletions
@@ -131,7 +131,7 @@
/datum/gear/accessory/armband_job/sci
display_name = "Armband, science"
path = /obj/item/clothing/accessory/armband/science
allowed_roles = list("Research Director","Scientist", "Roboticist", "Geneticist")
allowed_roles = list("Research Director", "Scientist", "Roboticist", "Geneticist", "Xenobiologist")
/datum/gear/accessory/armband_job/procedure
display_name = "Armband, procedure"
@@ -235,7 +235,7 @@
/datum/gear/mug/department/sci
display_name = "Coffee mug, science"
description = "A scientist's coffee mug, emblazoned in the colors of the Science department."
allowed_roles = list("Research Director", "Scientist", "Roboticist")
allowed_roles = list("Research Director", "Scientist", "Roboticist", "Xenobiologist")
path = /obj/item/reagent_containers/drinks/mug/sci
/datum/gear/mug/department/sec
@@ -62,7 +62,7 @@
/datum/gear/glasses/goggles_job/diaghudgoggles
display_name = "Diagnostic HUD goggles"
path = /obj/item/clothing/glasses/hud/diagnostic/goggles
allowed_roles = list("Research Director", "Scientist", "Roboticist")
allowed_roles = list("Research Director", "Scientist", "Roboticist", "Xenobiologist")
/datum/gear/glasses/goggles_job/hydrohudgoggles
display_name = "Hydroponic HUD goggles"
@@ -265,7 +265,7 @@
/datum/gear/hat/beret_job/sci
display_name = "Beret, science"
path = /obj/item/clothing/head/beret/sci
allowed_roles = list("Research Director", "Scientist", "Geneticist")
allowed_roles = list("Research Director", "Scientist", "Geneticist", "Xenobiologist")
/datum/gear/hat/beret_job/robowhite
display_name = "Beret, robotics"
@@ -49,7 +49,7 @@
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", "Chemist")
allowed_roles = list("Scientist", "Research Director", "Bartender", "Chemist", "Xenobiologist")
/datum/gear/racial/taj/diagnostics
display_name = "Tajaran Diagnostic Veil"
@@ -74,7 +74,7 @@
/datum/gear/suit/coat/job/sci
display_name = "Winter coat, science"
path = /obj/item/clothing/suit/hooded/wintercoat/science
allowed_roles = list("Scientist", "Research Director", "Geneticist")
allowed_roles = list("Scientist", "Research Director", "Geneticist", "Xenobiologist")
/datum/gear/suit/coat/job/engi
display_name = "Winter coat, engineering"
@@ -187,7 +187,7 @@
/datum/gear/suit/bomber/job/science
display_name = "Bomber jacket, science"
path = /obj/item/clothing/suit/jacket/bomber/sci
allowed_roles = list("Research Director", "Scientist", "Geneticist")
allowed_roles = list("Research Director", "Scientist", "Geneticist", "Xenobiologist")
/datum/gear/suit/bomber/job/robotics
display_name = "Bomber jacket, robotics"
@@ -279,7 +279,7 @@
/datum/gear/uniform/skirt/job/sci
display_name = "Skirt, scientist"
path = /obj/item/clothing/under/rank/rnd/scientist/skirt
allowed_roles = list("Research Director","Scientist")
allowed_roles = list("Research Director", "Scientist", "Xenobiologist")
/datum/gear/uniform/skirt/job/roboticist
display_name = "Skirt, roboticist"