Allows unathi to take modified evening gloves and colorable leather gloves (#15837)

This commit is contained in:
anconfuzedrock
2023-02-19 08:37:47 -05:00
committed by GitHub
parent f01ae2e103
commit 72e4e94ec2
3 changed files with 32 additions and 0 deletions
@@ -69,6 +69,22 @@
un_gloves["black leather gloves"] = /obj/item/clothing/gloves/black_leather/unathi
gear_tweaks += new /datum/gear_tweak/path(un_gloves)
/datum/gear/gloves/unathi_full_leather
display_name = "full leather gloves (colourable)"
path = /obj/item/clothing/gloves/black_leather/colour/unathi
cost = 1
whitelisted = list(SPECIES_UNATHI)
sort_category = "Xenowear - Unathi"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/unathi_evening
display_name = "evening gloves"
path = /obj/item/clothing/gloves/evening/unathi
cost = 1
whitelisted = list(SPECIES_UNATHI)
sort_category = "Xenowear - Unathi"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/gloves/unathi_handwraps
display_name = "cloth handwraps"
path = /obj/item/clothing/gloves/unathi