summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE1
-rw-r--r--effects.xml2
-rw-r--r--sfx/system/save.oggbin0 -> 19925 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index ce35fe5e..ae1d7b25 100644
--- a/LICENSE
+++ b/LICENSE
@@ -327,6 +327,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
sfx/system/levelup.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/quest-done.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/quest-update.ogg (Kenny690) (CC BY-SA 3.0) (-)
+ sfx/system/save.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/skillup.ogg (Kenny690) (CC BY-SA 3.0) (-)
## Weapons
### Knife
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.
diff --git a/sfx/system/save.ogg b/sfx/system/save.ogg
new file mode 100644
index 00000000..234d2e8e
--- /dev/null
+++ b/sfx/system/save.ogg
Binary files differ