mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user