Adds Unathi Hide Mantles (#11764)

This commit is contained in:
Haydizzle
2021-04-28 16:37:50 +02:00
committed by GitHub
parent 2975301fd5
commit f033fc4371
6 changed files with 42 additions and 11 deletions
@@ -1,9 +1,18 @@
/datum/gear/suit/unathi_mantle
display_name = "hide mantle"
display_name = "hide mantle selection"
path = /obj/item/clothing/accessory/poncho/unathimantle
cost = 1
whitelisted = list(SPECIES_UNATHI)
sort_category = "Xenowear - Unathi"
flags = GEAR_HAS_COLOR_SELECTION
/datum/gear/suit/unathi_mantle/New()
..()
var/mantles = list()
mantles["hide mantle, desert"] = /obj/item/clothing/accessory/poncho/unathimantle
mantles["hide mantle, forest"] = /obj/item/clothing/accessory/poncho/unathimantle/forest
mantles["hide mantle, mountain"] = /obj/item/clothing/accessory/poncho/unathimantle/mountain
gear_tweaks += new/datum/gear_tweak/path(mantles)
/datum/gear/suit/unathi_robe
display_name = "roughspun robe"