Include all components in COLOR_* macros

This commit is contained in:
CelticMinstrel 2015-12-15 10:45:55 -05:00
parent 61740fe3c0
commit b5b907afd3

View file

@ -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