mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] Recolourable fingerless gloves parity (#9537)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
co-authored by
Heroman3003
parent
e7e1ebaa1f
commit
ce1891609c
@@ -58,7 +58,7 @@
|
||||
|
||||
/datum/gear/gloves/fingerless
|
||||
display_name = "fingerless gloves"
|
||||
description = "A pair of gloves that don't actually cover the fingers. Available in classic black or recolourable white."
|
||||
description = "A pair of gloves that don't actually cover the fingers. Available in classic black or recolourable white, with or without cutouts."
|
||||
path = /obj/item/clothing/gloves/fingerless
|
||||
|
||||
/datum/gear/gloves/fingerless/New()
|
||||
@@ -66,7 +66,8 @@
|
||||
var/list/selector_uniforms = list(
|
||||
"black"=/obj/item/clothing/gloves/fingerless,
|
||||
"black, alt" =/obj/item/clothing/gloves/fingerless/alt,
|
||||
"recolourable white"=/obj/item/clothing/gloves/fingerless_recolourable
|
||||
"recolourable white"=/obj/item/clothing/gloves/fingerless_recolourable,
|
||||
"recolourable, alt"=/obj/item/clothing/gloves/fingerless_recolourable/alt
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
Reference in New Issue
Block a user