Explorer overalls recolour + minor tweaks (#29332)

* evplorer oxeralls

* forgotten cargo loadouts

* haha
This commit is contained in:
Christasmurf
2025-05-17 14:13:13 +01:00
committed by GitHub
parent de2e87289b
commit 2eae3b82fc
9 changed files with 17 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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"