diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-30 22:01:11 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-30 22:01:11 +0400 |
commit | bf4bbace75dc7e3019a47b0ece56dcf9a3555dd0 (patch) | |
tree | 0d0cb414cf2c276435b5b74a56bbcee78d42859b | |
parent | 3111949598696490562393f156d8ae3b4f6d853e (diff) | |
download | clientdata-bf4bbace75dc7e3019a47b0ece56dcf9a3555dd0.tar.gz clientdata-bf4bbace75dc7e3019a47b0ece56dcf9a3555dd0.tar.bz2 clientdata-bf4bbace75dc7e3019a47b0ece56dcf9a3555dd0.tar.xz clientdata-bf4bbace75dc7e3019a47b0ece56dcf9a3555dd0.zip |
"miss" not yet supported by ManaPlus.
Revert "Changed all weapon sound events from "strike" to "miss"."
This reverts commit 3111949598696490562393f156d8ae3b4f6d853e.
-rw-r--r-- | items.xml | 6 | ||||
-rw-r--r-- | sfx/weapons/knife/strike1.ogg (renamed from sfx/weapons/knife/miss1.ogg) | bin | 6458 -> 6460 bytes | |||
-rw-r--r-- | sfx/weapons/piouslayer/hit1.ogg | bin | 8190 -> 6227 bytes | |||
-rw-r--r-- | sfx/weapons/piouslayer/miss1.ogg | bin | 6228 -> 0 bytes | |||
-rw-r--r-- | sfx/weapons/piouslayer/strike1.ogg | bin | 0 -> 8193 bytes |
5 files changed, 3 insertions, 3 deletions
@@ -152,7 +152,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="30" type="other"> <sprite>knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> - <sound event="miss">weapons/knife/miss1.ogg</sound> + <sound event="strike">weapons/knife/strike1.ogg</sound> </item> @@ -683,7 +683,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. maxFloorOffsetY="12"> <sprite>equipment/weapons/knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> - <sound event="miss">weapons/knife/miss1.ogg</sound> + <sound event="strike">weapons/knife/strike1.ogg</sound> </item> <item id="3501" image="equipment/weapons/piouslayer.png" @@ -698,7 +698,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. maxFloorOffsetY="12"> <sprite>equipment/weapons/piouslayer.xml</sprite> <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <sound event="strike">weapons/piouslayer/strike1.ogg</sound> </item> </items> diff --git a/sfx/weapons/knife/miss1.ogg b/sfx/weapons/knife/strike1.ogg Binary files differindex b58013f3..2a1d0984 100644 --- a/sfx/weapons/knife/miss1.ogg +++ b/sfx/weapons/knife/strike1.ogg diff --git a/sfx/weapons/piouslayer/hit1.ogg b/sfx/weapons/piouslayer/hit1.ogg Binary files differindex 8428e898..66a22357 100644 --- a/sfx/weapons/piouslayer/hit1.ogg +++ b/sfx/weapons/piouslayer/hit1.ogg diff --git a/sfx/weapons/piouslayer/miss1.ogg b/sfx/weapons/piouslayer/miss1.ogg Binary files differdeleted file mode 100644 index dda15fb2..00000000 --- a/sfx/weapons/piouslayer/miss1.ogg +++ /dev/null diff --git a/sfx/weapons/piouslayer/strike1.ogg b/sfx/weapons/piouslayer/strike1.ogg Binary files differnew file mode 100644 index 00000000..126a993c --- /dev/null +++ b/sfx/weapons/piouslayer/strike1.ogg |