mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Fixes some colorable loadout hats (#10711)
The parents of these ended up overwriting the path, meaning the colorable versions were using the base version instead of the colorable one(which is white, instead of gray).
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
gear_tweaks += new/datum/gear_tweak/path(bandanas)
|
||||
|
||||
/datum/gear/head/bandana/colorable
|
||||
/datum/gear/head/bandana_color
|
||||
display_name = "bandana (colorable)"
|
||||
path = /obj/item/clothing/head/bandana/colorable
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
gear_tweaks += new/datum/gear_tweak/path(softcaps)
|
||||
|
||||
/datum/gear/head/softcap/colorable
|
||||
/datum/gear/head/softcap_color
|
||||
display_name = "softcap (colorable)"
|
||||
path = /obj/item/clothing/head/softcap/colorable
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
gear_tweaks += new/datum/gear_tweak/path(berets)
|
||||
|
||||
/datum/gear/head/beret/color
|
||||
/datum/gear/head/beret_color
|
||||
display_name = "beret (colorable)"
|
||||
path = /obj/item/clothing/head/beret/colorable
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user