mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Adds an Idris Incorporated dress uniform (#20688)
Adds a generic Idris dress to the loadout, exclusive to Idris Incorporated characters, sprited by the very talented Comet Blaze on discord! I'd mostly see this being worn by service staff, including ICSUs and IAUs, which currently don't have a very good generic uniform to wear.  Mapping changes are adding the same dress to the Idris Cruiser offship.
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
idris_sec_uniforms["idris detective uniform"] = /obj/item/clothing/under/det/idris/alt
|
||||
gear_tweaks += new /datum/gear_tweak/path(idris_sec_uniforms)
|
||||
|
||||
/datum/gear/faction/idris_dress
|
||||
display_name = "idris hospitality dress"
|
||||
description = "A snazzy teal dress typically worn by Idris service staff."
|
||||
path = /obj/item/clothing/under/dress/idris
|
||||
slot = slot_w_uniform
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/idris_armband
|
||||
display_name = "idris armband"
|
||||
path = /obj/item/clothing/accessory/armband/idris
|
||||
|
||||
Reference in New Issue
Block a user