mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user