mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +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:
@@ -1,7 +1,7 @@
|
||||
#define GEAR_NO_SELECTION BITFLAG(0)
|
||||
#define GEAR_HAS_COLOR_SELECTION BITFLAG(1)
|
||||
#define GEAR_HAS_ALPHA_SELECTION BITFLAG(2)
|
||||
#define GEAR_HAS_ADDITIONAL_COLOR_SELECTION BITFLAG(3)
|
||||
#define GEAR_HAS_ACCENT_COLOR_SELECTION BITFLAG(3)
|
||||
#define GEAR_HAS_NAME_SELECTION BITFLAG(4)
|
||||
#define GEAR_HAS_DESC_SELECTION BITFLAG(5)
|
||||
#define GEAR_HAS_COLOR_ROTATION_SELECTION BITFLAG(6)
|
||||
|
||||
Reference in New Issue
Block a user