mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Added new Hephaestus uniforms (#20812)
This adds a fair bit: - Splits the Hephaestus security and ERT/military uniform, since the security uniform's description doesn't really match that of their private military (and there is the possibility both may meet in a single round) - Adds a Hephaestus-colored captain's cap and gloves, which fits with their current uniform - Updates the cyclops uniforms to include rolled states. - Added a Hephaestus physician's uniform and surgical outfit, and mapped those into the ERT ship. ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: | Path | Original Author | License | | --- | --- | --- | | icons/clothing/under/uniforms/cyclops_uniforms.dmi (heph_military) | [Paxilmaniac](https://github.com/Paxilmaniac) (tgstation) | CC-BY-SA 3.0 |
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/outfit/admin/ert/hephaestus
|
||||
name = "Hephaestus Asset Protection"
|
||||
uniform = /obj/item/clothing/under/rank/security/heph
|
||||
uniform = /obj/item/clothing/under/ert/hephaestus
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
species_shoes = list(
|
||||
SPECIES_UNATHI = /obj/item/clothing/shoes/jackboots/toeless
|
||||
@@ -44,7 +44,8 @@
|
||||
H.equip_to_slot_if_possible(boots, slot_shoes)
|
||||
|
||||
/obj/outfit/admin/ert/hephaestus/medic
|
||||
name = "Hephaestus Medic"
|
||||
name = "Hephaestus Asset Protection - Medic"
|
||||
uniform = /obj/item/clothing/under/ert/hephaestus/medic
|
||||
belt = /obj/item/storage/belt/medical/paramedic/combat
|
||||
glasses = /obj/item/clothing/glasses/hud/health
|
||||
gloves = /obj/item/clothing/gloves/latex
|
||||
@@ -78,7 +79,8 @@
|
||||
)
|
||||
|
||||
/obj/outfit/admin/ert/hephaestus/engi
|
||||
name = "Hephaestus Engineer"
|
||||
name = "Hephaestus Asset Protection - Engineer"
|
||||
uniform = /obj/item/clothing/under/ert/hephaestus/engineer
|
||||
back = /obj/item/storage/backpack/duffel/heph
|
||||
belt = /obj/item/storage/belt/utility/very_full
|
||||
gloves = /obj/item/clothing/gloves/yellow
|
||||
@@ -99,5 +101,5 @@
|
||||
belt_contents = null
|
||||
|
||||
/obj/outfit/admin/ert/hephaestus/leader
|
||||
name = "Hephaestus Squad Leader"
|
||||
uniform = /obj/item/clothing/under/rank/captain/hephaestus
|
||||
name = "Hephaestus Asset Protection - Squad Leader"
|
||||
uniform = /obj/item/clothing/under/ert/hephaestus/leader
|
||||
|
||||
Reference in New Issue
Block a user