summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-12-01 00:42:24 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-12-01 00:42:24 +0000
commitca79e4832a6a0c5890778db8724d21ec42c6cb81 (patch)
tree7b640a412bc5c4baa13e644e7ab53df7542f714c
parent6c14a0bc3bf388b1aaaaa196a3389cccb18c6123 (diff)
parent2673ae20892a141af95a25d15ce84fbfdb75a0a2 (diff)
downloadclientdata-ca79e4832a6a0c5890778db8724d21ec42c6cb81.tar.gz
clientdata-ca79e4832a6a0c5890778db8724d21ec42c6cb81.tar.bz2
clientdata-ca79e4832a6a0c5890778db8724d21ec42c6cb81.tar.xz
clientdata-ca79e4832a6a0c5890778db8724d21ec42c6cb81.zip
Merge branch 'rot_fix' into 'master'
Wrong sfx location and rot had no transparent BG See merge request legacy/clientdata!562
-rw-r--r--graphics/sprites/monsters/rot.pngbin552 -> 475 bytes
-rw-r--r--monsters.xml4
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/rot.png b/graphics/sprites/monsters/rot.png
index 89d582cb..a10c0f46 100644
--- a/graphics/sprites/monsters/rot.png
+++ b/graphics/sprites/monsters/rot.png
Binary files differ
diff --git a/monsters.xml b/monsters.xml
index 4c81899c..78f6112b 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1615,8 +1615,8 @@
<sound event="die">monsters/rotter/die2.ogg</sound>
<sound event="hit">monsters/rotter/hit1.ogg</sound>
<sound event="hit">monsters/rotter/hit2.ogg</sound>
- <sound event="hurt">monsters/slime/hurt2.ogg</sound>
- <sound event="hurt">monsters/slime/hurt3.ogg</sound>
+ <sound event="hurt">monsters/slime/slime-hurt2.ogg</sound>
+ <sound event="hurt">monsters/slime/slime-hurt3.ogg</sound>
<sound event="miss">monsters/rotter/miss1.ogg</sound>
<sound event="miss">monsters/rotter/miss2.ogg</sound>
<sound event="move">monsters/rotter/move1.ogg</sound>