Adds job overalls to the loadout menu (#27427)

* Adds janitor's overalls to the loadout menu

* Adds ALL the overalls

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

Yay formatting

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Rowan Lea <5251535+Screampuff@users.noreply.github.com>

---------

Signed-off-by: Rowan Lea <5251535+Screampuff@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Rowan Lea
2024-11-29 14:32:10 +00:00
committed by GitHub
co-authored by Luc
parent f0ac13b80b
commit 9f26a62b30
@@ -345,6 +345,28 @@
path = /obj/item/clothing/under/rank/cargo/tech/delivery
allowed_roles = list("Quartermaster", "Cargo Technician")
/datum/gear/uniform/overalls
main_typepath = /datum/gear/uniform/overalls
/datum/gear/uniform/overalls/job
main_typepath = /datum/gear/uniform/overalls/job
subtype_selection_cost = FALSE
/datum/gear/uniform/overalls/job/janitor
display_name = "Overalls, janitor"
path = /obj/item/clothing/under/rank/civilian/janitor/overalls
allowed_roles = list("Janitor")
/datum/gear/uniform/overalls/job/cargo
display_name = "Overalls, cargo tech"
path = /obj/item/clothing/under/rank/cargo/tech/overalls
allowed_roles = list("Quartermaster", "Cargo Technician")
/datum/gear/uniform/overalls/job/expedition
display_name = "Overalls, expedition"
path = /obj/item/clothing/under/rank/cargo/expedition/overalls
allowed_roles = list("Quartermaster", "Explorer")
/datum/gear/uniform/sec
main_typepath = /datum/gear/uniform/sec