Include all components in COLOR_* macros
This commit is contained in:
parent
61740fe3c0
commit
b5b907afd3
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
#enddef
|
||||
|
||||
#define COLOR_HEAL
|
||||
color="0,255"
|
||||
color="0,255,0"
|
||||
#enddef
|
||||
|
||||
#define COLOR_HARM
|
||||
color="255"
|
||||
color="255,0,0"
|
||||
#enddef
|
||||
|
||||
#define COLOR_WHITE
|
||||
|
|
Loading…
Add table
Reference in a new issue