Items with colourable accents (#16743)

* Items with colourable accents

Changes the way loadout items with additional colours worked to be part of all items, rather than changes to each of their update_icon procs.

Also added a few new clothing items with colourable accents.

* merge conflict fixes

Gah. .dmi files why.
This commit is contained in:
Sparky
2023-07-21 19:33:06 +00:00
committed by GitHub
parent dd937ca5fc
commit f3a4b5d22e
31 changed files with 111 additions and 200 deletions
@@ -390,8 +390,8 @@ var/list/gear_datums = list()
gear_tweaks += list(gear_tweak_free_color_choice)
if(flags & GEAR_HAS_ALPHA_SELECTION)
gear_tweaks += list(gear_tweak_alpha_choice)
if(flags & GEAR_HAS_ADDITIONAL_COLOR_SELECTION)
gear_tweaks += list(gear_tweak_additional_color)
if(flags & GEAR_HAS_ACCENT_COLOR_SELECTION)
gear_tweaks += list(gear_tweak_accent_color)
if(flags & GEAR_HAS_NAME_SELECTION)
gear_tweaks += list(gear_tweak_free_name)
if(flags & GEAR_HAS_DESC_SELECTION)