Skip to content

Commit

Permalink
science uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
KnigTheThrasher committed Jun 25, 2024
1 parent 64e6205 commit d9710f2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions monkestation/code/modules/loadouts/items/under/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -566,3 +566,25 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
item_path = /obj/item/clothing/under/rank/cargo/qm/nova/casual
restricted_roles = list(JOB_QUARTERMASTER)
requires_purchase = FALSE

//SCIENCE

/datum/loadout_item/under/formal/nova/rnd/scientist/utility
name = "science utility uniform"
item_path = /obj/item/clothing/under/rank/rnd/scientist/nova/utility
restricted_roles = list(JOB_SCIENTIST, JOB_GENETICIST, JOB_RESEARCH_DIRECTOR)
requires_purchase = FALSE

/datum/loadout_item/under/formal/nova/rnd/scientist/hluniform
name = "science team uniform"
item_path = /obj/item/clothing/under/rank/rnd/scientist/nova/hlscience
restricted_roles = list(JOB_SCIENTIST, JOB_GENETICIST, JOB_RESEARCH_DIRECTOR)
requires_purchase = FALSE

//RESEARCH DIRECTOR

/datum/loadout_item/under/formal/nova/rnd/scientist/hluniform
name = "research director's naval jumpsuit"
item_path = /obj/item/clothing/under/rank/rnd/research_director/nova/imperial
restricted_roles = list(JOB_RESEARCH_DIRECTOR)
requires_purchase = FALSE

0 comments on commit d9710f2

Please sign in to comment.