mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Explorer overalls recolour + minor tweaks (#29332)
* evplorer oxeralls * forgotten cargo loadouts * haha
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -289,6 +289,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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user