Skip to content

Commit

Permalink
tweak: loadout veil stack (ss220-space#5129)
Browse files Browse the repository at this point in the history
tweak: loadout veil stuck
  • Loading branch information
ROdenFL authored Jun 6, 2024
1 parent 4134562 commit 8935f6d
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions code/modules/client/preference/loadout/loadout_racial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,66 +9,65 @@
path = /obj/item/clothing/glasses/tajblind
slot = ITEM_SLOT_EYES

/datum/gear/racial/taj/bot
/datum/gear/racial/taj/job
subtype_path = /datum/gear/racial/taj/job
subtype_cost_overlap = FALSE
cost = 2

/datum/gear/racial/taj/job/bot
display_name = "veil, blooming"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built botanical HUD."
path = /obj/item/clothing/glasses/hud/hydroponic/tajblind
allowed_roles = list(JOB_TITLE_BOTANIST)

/datum/gear/racial/taj/sec
/datum/gear/racial/taj/job/sec
display_name = "veil, sleek"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built security HUD."
path = /obj/item/clothing/glasses/hud/security/sunglasses/tajblind
allowed_roles = list(JOB_TITLE_HOS, JOB_TITLE_WARDEN, JOB_TITLE_OFFICER, JOB_TITLE_PILOT, JOB_TITLE_JUDGE)
cost = 2

/datum/gear/racial/taj/iaa
/datum/gear/racial/taj/job/iaa
display_name = "veil, sleek(read-only)"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built security HUD."
path = /obj/item/clothing/glasses/hud/security/sunglasses/tajblind/read_only
allowed_roles = list(JOB_TITLE_LAWYER)
cost = 2

/datum/gear/racial/taj/med
/datum/gear/racial/taj/job/med
display_name = "veil, lightweight"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built medical HUD."
path = /obj/item/clothing/glasses/hud/health/tajblind
allowed_roles = list(JOB_TITLE_CMO, JOB_TITLE_DOCTOR, JOB_TITLE_INTERN, JOB_TITLE_CHEMIST, JOB_TITLE_PSYCHIATRIST, JOB_TITLE_PARAMEDIC, JOB_TITLE_VIROLOGIST, JOB_TITLE_BRIGDOC, JOB_TITLE_CORONER)
cost = 2

/datum/gear/racial/taj/sci
/datum/gear/racial/taj/job/sci
display_name = "veil, hi-tech"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built science goggles"
path = /obj/item/clothing/glasses/tajblind/sci
allowed_roles = list(JOB_TITLE_RD, JOB_TITLE_SCIENTIST, JOB_TITLE_SCIENTIST_STUDENT, JOB_TITLE_ROBOTICIST, JOB_TITLE_GENETICIST, JOB_TITLE_CHEMIST)
cost = 2

/datum/gear/racial/taj/eng
/datum/gear/racial/taj/job/eng
display_name = "veil, industrial"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built optical meson scanners and welding shields."
path = /obj/item/clothing/glasses/tajblind/eng
allowed_roles = list(JOB_TITLE_CHIEF, JOB_TITLE_ENGINEER, JOB_TITLE_ENGINEER_TRAINEE, JOB_TITLE_MECHANIC, JOB_TITLE_ATMOSTECH)
cost = 2

/datum/gear/racial/taj/cargo
/datum/gear/racial/taj/job/cargo
display_name = "veil, khaki"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built optical meson scanners."
path = /obj/item/clothing/glasses/tajblind/cargo
allowed_roles = list(JOB_TITLE_QUARTERMASTER, JOB_TITLE_CARGOTECH)
cost = 2

/datum/gear/racial/taj/diag
/datum/gear/racial/taj/job/diag
display_name = "veil, diagnostic"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built diagnostic HUD."
path = /obj/item/clothing/glasses/hud/diagnostic/tajblind
allowed_roles = list(JOB_TITLE_ROBOTICIST, JOB_TITLE_RD)
cost = 2
/datum/gear/racial/taj/skills

/datum/gear/racial/taj/job/skills
display_name = "veil, skills"
description = "A common traditional nano-fiber veil worn by many Tajaran, It is rare and offensive to see it on other races. This one has an in-built skills HUD."
path = /obj/item/clothing/glasses/hud/skills/tajblind
allowed_roles = list(JOB_TITLE_HOP, JOB_TITLE_CAPTAIN)
cost = 2

/datum/gear/racial/footwraps
display_name = "cloth footwraps, select"
path = /obj/item/clothing/shoes/footwraps
Expand Down

0 comments on commit 8935f6d

Please sign in to comment.