New Engineering Uniforms + Jumpsuit Recolor (#30735)

* human, vox, vendor, loadout

* kidan sprites, item sprites

* grey sprites

* drask sprites, remove temp palettes

* add softcap to vendors, linters fix?
This commit is contained in:
Ahzpy
2025-10-26 13:03:28 +00:00
committed by GitHub
parent da1f812bc7
commit 4df0c8edb5
15 changed files with 77 additions and 0 deletions
+10
View File
@@ -108,6 +108,16 @@
icon_state = "smith"
dog_fashion = /datum/dog_fashion/head/smith
/obj/item/clothing/head/soft/engineer
name = "engineer's cap"
desc = "It's a yellow baseball hat with an orange engineering shield."
icon_state = "engineer"
/obj/item/clothing/head/soft/atmos
name = "atmospheric technician's cap"
desc = "It's a yellow baseball hat with a blue engineering shield."
icon_state = "atmos"
/obj/item/clothing/head/soft/janitorgrey
name = "grey janitor's cap"
desc = "It's a grey baseball hat with a purple custodial shield."
@@ -69,6 +69,16 @@
icon_state = "atmos_skirt"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
/obj/item/clothing/under/rank/engineering/atmospheric_technician/overalls
name = "atmospheric technician's overalls"
desc = "A yellow set of overalls over a blue turtleneck, for the dedicated plumber look."
icon_state = "atmos_overalls"
/obj/item/clothing/under/rank/engineering/atmospheric_technician/corporate
name = "firefighter's jumpsuit"
desc = "An industrial high visibility jumpsuit worn by atmospheric technicians, for the dedicated firefighter look. Does not provide any protection against fire."
icon_state = "atmos_corporate"
/obj/item/clothing/under/rank/engineering/engineer
name = "engineer's jumpsuit"
desc = "It's an orange high visibility jumpsuit worn by engineers. It has minor radiation shielding."
@@ -85,3 +95,13 @@
desc = "It's an orange high visibility jumpskirt worn by engineers. It has minor radiation shielding."
icon_state = "engineer_skirt"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
/obj/item/clothing/under/rank/engineering/engineer/overalls
name = "engineer's overalls"
desc = "A yellow set of overalls over an orange turtleneck. It has minor radiation shielding."
icon_state = "engi_overalls"
/obj/item/clothing/under/rank/engineering/engineer/corporate
name = "electrician's jumpsuit"
desc = "An industrial high visibility jumpsuit worn by engineers. It has minor radiation shielding."
icon_state = "engi_corporate"