diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-01 05:34:02 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-01 05:34:02 +0100 |
commit | 0500eb903652b691b05466a4d2c5d9b360daab65 (patch) | |
tree | 99dc65b284376eb16addc669260d048820975f12 /status-effects.xml | |
parent | efdc1a0000068a806c431cd93f6bfc8da4e83d1a (diff) | |
download | clientdata-0500eb903652b691b05466a4d2c5d9b360daab65.tar.gz clientdata-0500eb903652b691b05466a4d2c5d9b360daab65.tar.bz2 clientdata-0500eb903652b691b05466a4d2c5d9b360daab65.tar.xz clientdata-0500eb903652b691b05466a4d2c5d9b360daab65.zip |
Add concentration status icon. (Enchilado)
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/status-effects.xml b/status-effects.xml index e9d5230f..b47c4575 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -38,9 +38,10 @@ end-message: Displays a message when the effect end. <status-effect name="hide" id="194" icon="icons/hide.xml"/> - <status-effect name="concentration" id="105" block-id="17" + <status-effect name="concentration" id="105" + icon="icons/concentration.xml" persistent-particle-effect="true" start-particle="graphics/particles/concentration.xml"/> - <!-- icon="icons/concentration.xml" is missing--> + </status-effects> |