mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Allows unathi to take modified evening gloves and colorable leather gloves (#15837)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -162,6 +162,11 @@
|
||||
desc = "A pair of gloves that reach past the elbow."
|
||||
icon_state = "evening_gloves"
|
||||
|
||||
/obj/item/clothing/gloves/evening/unathi
|
||||
name = "evening gloves"
|
||||
desc = "A pair of gloves that reach past the elbow. These ones are designed for Unathi."
|
||||
species_restricted = list(BODYTYPE_UNATHI)
|
||||
|
||||
/obj/item/clothing/gloves/black_leather
|
||||
name = "black leather gloves"
|
||||
desc = "A pair of tight-fitting synthleather gloves."
|
||||
@@ -177,6 +182,10 @@
|
||||
icon_state = "full_leather_colour"
|
||||
item_state = "full_leather_colour"
|
||||
|
||||
/obj/item/clothing/gloves/black_leather/colour/unathi
|
||||
species_restricted = list(BODYTYPE_UNATHI)
|
||||
desc = "Leather gloves made for Unathi use."
|
||||
|
||||
/obj/item/clothing/gloves/fingerless
|
||||
name = "fingerless gloves"
|
||||
desc = "A pair of gloves that don't actually cover the fingers."
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
author: anconfuzedrock
|
||||
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Modified evening gloves and colorable gloves are now available for unathi."
|
||||
|
||||
Reference in New Issue
Block a user