diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:09:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 19:09:04 -0300 |
commit | 42a239d23ba8cad1fef826a03c78bdd2d37c146f (patch) | |
tree | 590de4da599c37fd30a2b383137f147e54457dbf /status-effects.xml | |
parent | 706d77e20155bd75d8d249118f15df330f3170f9 (diff) | |
download | clientdata-42a239d23ba8cad1fef826a03c78bdd2d37c146f.tar.gz clientdata-42a239d23ba8cad1fef826a03c78bdd2d37c146f.tar.bz2 clientdata-42a239d23ba8cad1fef826a03c78bdd2d37c146f.tar.xz clientdata-42a239d23ba8cad1fef826a03c78bdd2d37c146f.zip |
Consistency (epot and dpot)
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/status-effects.xml b/status-effects.xml index 4a032284..cbfad82c 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -330,28 +330,28 @@ end-message: Displays a message when the effect end. <status-effect name="inc flee" id="977" - icon="icons/bpotion_drink.xml|#000000,999999" + icon="icons/dpotion_drink.xml|#000000,999999" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="walk speed change" id="978" - icon="icons/bpotion_drink.xml|#dae569,ffffda" + icon="icons/dpotion_drink.xml|#dae569,ffffda" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc max hp" id="979" - icon="icons/bpotion_drink.xml|#00ff00,44ff00" + icon="icons/epotion_drink.xml|#00ff00,44ff00" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> <status-effect name="inc max mp" id="980" - icon="icons/bpotion_drink.xml|#0000ff,0044ff" + icon="icons/epotion_drink.xml|#0000ff,0044ff" persistent-particle-effect="true" start-particle="graphics/particles/hastefurry.particle.xml" /> |