Skip to content

Explorer overalls recolour + minor tweaks #29332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion code/modules/client/preference/loadout/loadout_hat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,17 @@
/datum/gear/hat/beret_job/cargo
display_name = "Beret, cargo"
path = /obj/item/clothing/head/beret/cargo
allowed_roles = list("Quartermaster", "Cargo Technician", "Shaft Miner", "Explorer")
allowed_roles = list("Quartermaster", "Cargo Technician", "Shaft Miner")

/datum/gear/hat/beret_job/expedition
display_name = "Beret, expedition"
path = /obj/item/clothing/head/beret/expedition
allowed_roles = list("Quartermaster", "Explorer")

/datum/gear/hat/beret_job/smith
display_name = "Beret, smith"
path = /obj/item/clothing/head/beret/smith
allowed_roles = list("Quartermaster", "Smith")

/datum/gear/hat/beret_job/qm
display_name = "Beret, quartermaster"
Expand Down
5 changes: 5 additions & 0 deletions code/modules/client/preference/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@
path = /obj/item/clothing/under/rank/cargo/expedition/skirt
allowed_roles = list("Quartermaster", "Explorer")

/datum/gear/uniform/skirt/job/smith
display_name = "Skirt, smith"
path = /obj/item/clothing/under/rank/cargo/smith/skirt
allowed_roles = list("Quartermaster", "Smith")

/datum/gear/uniform/skirt/job/qm
display_name = "Skirt, quartermaster"
path = /obj/item/clothing/under/rank/cargo/qm/skirt
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/under/jobs/cargo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

/obj/item/clothing/under/rank/cargo/expedition/overalls
name = "expedition overalls"
desc = "A black set of overalls over a brown turtleneck, designed to protect the wearer from microscopic space debris. Does not protect against larger objects."
desc = "A brown set of overalls over a blue turtleneck, designed to protect the wearer from microscopic space debris. Does not protect against larger objects."
icon_state = "expedition_overalls"
item_state = "expedition_overalls"
item_color = "expedition_overalls"
Expand Down
Binary file modified icons/mob/clothing/species/drask/under/cargo.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/grey/under/cargo.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/kidan/under/cargo.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/species/vox/under/cargo.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/under/cargo.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/under/cargo.dmi
Binary file not shown.