diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-25 23:56:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-25 23:56:55 +0300 |
commit | 7cf334f49fe9157aabeef8eb1e69e115749d1b8f (patch) | |
tree | 7b5bb97a0b3079bf7e1aa6dcf277f8989952f98d /data/themes/blacknblack | |
parent | e0ad1f9076f322f18b54c4f1e0894a9cdd52937c (diff) | |
download | plus-7cf334f49fe9157aabeef8eb1e69e115749d1b8f.tar.gz plus-7cf334f49fe9157aabeef8eb1e69e115749d1b8f.tar.bz2 plus-7cf334f49fe9157aabeef8eb1e69e115749d1b8f.tar.xz plus-7cf334f49fe9157aabeef8eb1e69e115749d1b8f.zip |
If player poisoned, hightlight his life bar in social window with special color.
Diffstat (limited to 'data/themes/blacknblack')
-rw-r--r-- | data/themes/blacknblack/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index 429a46a66..3cdf14382 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -125,6 +125,7 @@ </palette> <progressbar id="HP" color="#ff0000,e28000,c38948,0f6a20" /> + <progressbar id="HP_POISON" color="#ffff00,70ff00,50ff00,30ff00" /> <progressbar id="MP" color="#1a66e6" /> <progressbar id="NO_MP" color="#646464" /> <progressbar id="EXP" color="#8fc0d3" /> |