mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
More Guild Mantles (#16263)
* guild mantles * house of medicine icon state fix
This commit is contained in:
@@ -25,15 +25,29 @@
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/unathi_mantle_heph
|
||||
display_name = "hephaestus guild mantle"
|
||||
description = "A deep green mantle, reserved for the guildsmen of Hephaestus Industries"
|
||||
/datum/gear/suit/unathi_mantle_guild
|
||||
display_name = "guild mantle selection"
|
||||
description = "A selection of hide mantles, each showing affiliation with one of the guilds of Moghes."
|
||||
path = /obj/item/clothing/accessory/poncho/unathimantle/hephaestus
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_UNATHI)
|
||||
sort_category = "Xenowear - Unathi"
|
||||
flags = GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/unathi_mantle_guild/New()
|
||||
..()
|
||||
var/list/guildmantles = list()
|
||||
guildmantles["hephaestus guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/hephaestus
|
||||
guildmantles["merchants' guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/merchant
|
||||
guildmantles["miners' guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/miner
|
||||
guildmantles["junzi electric guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/junzi
|
||||
guildmantles["bards' guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/bard
|
||||
guildmantles["house of medicine guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/med
|
||||
guildmantles["construction coalition guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/construction
|
||||
guildmantles["hearts of industry guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/union
|
||||
guildmantles["fighters' lodge guild mantle"] = /obj/item/clothing/accessory/poncho/unathimantle/fighter
|
||||
gear_tweaks += new /datum/gear_tweak/path(guildmantles)
|
||||
|
||||
/datum/gear/suit/unathi_robe
|
||||
display_name = "roughspun robe"
|
||||
path = /obj/item/clothing/suit/unathi/robe
|
||||
|
||||
Reference in New Issue
Block a user