More Guild Mantles (#16263)

* guild mantles

* house of medicine icon state fix
This commit is contained in:
RustingWithYou
2023-05-04 22:52:49 +00:00
committed by GitHub
parent 9ae2f3d708
commit c647887d25
4 changed files with 127 additions and 3 deletions
@@ -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