mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Adds Unathi Hide Mantles (#11764)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user