Skip to content

Commit

Permalink
splits jumpsuits
Browse files Browse the repository at this point in the history
  • Loading branch information
KnigTheThrasher committed Jun 25, 2024
1 parent 60c94c8 commit 64e6205
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions monkestation/code/modules/loadouts/items/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ GLOBAL_LIST_INIT(loadout_shoes, generate_loadout_items(/datum/loadout_item/shoes
item_path = /obj/item/clothing/shoes/sneakers/rainbow

/// EVERYTHING NOVA RELATED
//NOTES
//Glass will fuck you up if you're wearing wraps

//Not adding everything as we already got simillar stuff - Knight

Expand Down
15 changes: 10 additions & 5 deletions monkestation/code/modules/loadouts/items/under/under.dm
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,13 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
item_path = /obj/item/clothing/under/dress/shrine_priestess

/// EVERYTHING NOVA RELATED
//NOTES
//Jumpskirt prefs overrides jumpsuits (ex.qm's formal jumpsuit becomes a skirt)

//CARGO
//CARGO TECH

/datum/loadout_item/under/jumpsuit/nova/cargo/tech/utility
/datum/loadout_item/under/formal/nova/cargo/tech/utility
name = "supply utility uniform"
item_path = /obj/item/clothing/under/rank/cargo/tech/nova/utility
restricted_roles = list(JOB_CARGO_TECHNICIAN, JOB_SHAFT_MINER, JOB_QUARTERMASTER)
Expand All @@ -502,7 +505,7 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
restricted_roles = list(JOB_CARGO_TECHNICIAN, JOB_SHAFT_MINER, JOB_QUARTERMASTER)
requires_purchase = FALSE

/datum/loadout_item/under/jumpsuit/nova/cargo/tech/gorka
/datum/loadout_item/under/formal/nova/cargo/tech/gorka
name = "supply gorka"
item_path = /obj/item/clothing/under/rank/cargo/tech/nova/gorka
restricted_roles = list(JOB_CARGO_TECHNICIAN, JOB_SHAFT_MINER, JOB_QUARTERMASTER)
Expand All @@ -526,7 +529,9 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
restricted_roles = list(JOB_CARGO_TECHNICIAN, JOB_SHAFT_MINER, JOB_QUARTERMASTER)
requires_purchase = FALSE

/datum/loadout_item/under/jumpsuit/nova/cargo/qm/gorka
//QUARTERMASTER

/datum/loadout_item/under/formal/nova/cargo/qm/gorka
name = "quartermaster's gorka"
item_path = /obj/item/clothing/under/rank/cargo/qm/nova/gorka
restricted_roles = list(JOB_QUARTERMASTER)
Expand All @@ -544,13 +549,13 @@ GLOBAL_LIST_INIT(loadout_miscunders, generate_loadout_items(/datum/loadout_item/
restricted_roles = list(JOB_QUARTERMASTER)
requires_purchase = FALSE

/datum/loadout_item/under/jumpsuit/nova/cargo/qm/formal
/datum/loadout_item/under/formal/nova/cargo/qm/formal
name = "quartermaster's formal jumpsuit"
item_path = /obj/item/clothing/under/rank/cargo/qm/nova/formal
restricted_roles = list(JOB_QUARTERMASTER)
requires_purchase = FALSE

/datum/loadout_item/under/jumpsuit/nova/cargo/qm/formal/skirt
/datum/loadout_item/under/formal/nova/cargo/qm/formal/skirt
name = "quartermaster's formal jumpskirt"
item_path = /obj/item/clothing/under/rank/cargo/qm/nova/formal/skirt
restricted_roles = list(JOB_QUARTERMASTER)
Expand Down

0 comments on commit 64e6205

Please sign in to comment.