summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2020-09-28 04:59:59 +0000
committerLedmitz <smoothshifter@tuta.io>2020-09-28 04:59:59 +0000
commite4d7102a6e34b404f041e7b829cae45ab90c897e (patch)
tree22b5d60cdba0ae3f7cccdf31bb7f50fa50316ea2
parent5e3d75c391c8d25391920fb1191be1b354b6ef0e (diff)
downloadclientdata-github/fork/Ledmitz/punch_sfx.tar.gz
clientdata-github/fork/Ledmitz/punch_sfx.tar.bz2
clientdata-github/fork/Ledmitz/punch_sfx.tar.xz
clientdata-github/fork/Ledmitz/punch_sfx.zip
Removed gender from sound tag to avoid build errors from travis.ci, though gender should be allowed since players have a sex.github/fork/Ledmitz/punch_sfx
-rw-r--r--items/racesprite/item-106_Undead.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/items/racesprite/item-106_Undead.xml b/items/racesprite/item-106_Undead.xml
index 99ab4599..7d0a54ce 100644
--- a/items/racesprite/item-106_Undead.xml
+++ b/items/racesprite/item-106_Undead.xml
@@ -11,13 +11,9 @@
<replace sprite="hair">
<item from="-1"/>
</replace>
- <sound gender="male" event="hit">monsters/skeleton/skel-hit1.ogg</sound>
- <sound gender="male" event="hit">monsters/skeleton/skel-hit2.ogg</sound>
- <sound gender="male" event="hit">monsters/skeleton/skel-hit3.ogg</sound>
- <sound gender="male" event="strike">monsters/skeleton/skel-miss.ogg</sound>
- <sound gender="female" event="hit">monsters/lady_skeleton/ladyskel-hit1.ogg</sound>
- <sound gender="female" event="hit">monsters/lady_skeleton/ladyskel-hit2.ogg</sound>
- <sound gender="female" event="hit">monsters/lady_skeleton/ladyskel-hit3.ogg</sound>
- <sound gender="female" event="strike">monsters/lady_skeleton/ladyskel-miss.ogg</sound>
+ <sound event="hit">monsters/skeleton/skel-hit1.ogg</sound>
+ <sound event="hit">monsters/skeleton/skel-hit2.ogg</sound>
+ <sound event="hit">monsters/skeleton/skel-hit3.ogg</sound>
+ <sound event="strike">monsters/skeleton/skel-miss.ogg</sound>
</item>
</items>