diff options
author | Alige <aligetmw@hotmail.fr> | 2013-06-29 19:42:03 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-06-29 19:42:18 +0200 |
commit | 73dd9c180e8614a182560a0c0ac3cc1d0aff3c77 (patch) | |
tree | 9ef1a72c4914241b883fb98649097c4b4a27c788 /effects.xml | |
parent | 24556121b2176185e66f312e8a3d8871d9f2af82 (diff) | |
download | clientdata-73dd9c180e8614a182560a0c0ac3cc1d0aff3c77.tar.gz clientdata-73dd9c180e8614a182560a0c0ac3cc1d0aff3c77.tar.bz2 clientdata-73dd9c180e8614a182560a0c0ac3cc1d0aff3c77.tar.xz clientdata-73dd9c180e8614a182560a0c0ac3cc1d0aff3c77.zip |
Added a save position sound effect, made by Kenny690.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/effects.xml b/effects.xml index e3eacbb7..3bff4d43 100644 --- a/effects.xml +++ b/effects.xml @@ -6,7 +6,7 @@ Copyright (C) 2010-2013 Evol Online --> <effect id="1" audio="system/skillup.ogg" particle="graphics/particles/skillup.xml"/> // Skill up particle effect. <effect id="2" particle="graphics/particles/hit.xml"/> // Hit's explosion particle effect. <effect id="3" audio="system/critical.ogg" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect. - <effect id="4" particle="graphics/particles/highlight.xml"/> // Savepoint particle effect on a player. + <effect id="4" audio="system/save.ogg" particle="graphics/particles/highlight.xml"/> // Savepoint particle effect on a player. <effect id="5" particle="graphics/particles/warp.xml"/> // Warp particle effect. <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> // Savepoint particle effect on the save location. <effect id="7" particle="graphics/particles/healing.xml"/> // Healing particle effect. |