diff options
author | Reid <reidyaro@gmail.com> | 2015-06-06 04:15:43 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-06 04:15:43 +0200 |
commit | 383b516dae32db9c3064b92d081f65afd25c6d70 (patch) | |
tree | 4adaf5f57e47fcb3425c530bb376cc4b019eb9e8 /monsters.xml | |
parent | e8499bf2a0c695e9a4346e5f78205b75121578db (diff) | |
download | clientdata-383b516dae32db9c3064b92d081f65afd25c6d70.tar.gz clientdata-383b516dae32db9c3064b92d081f65afd25c6d70.tar.bz2 clientdata-383b516dae32db9c3064b92d081f65afd25c6d70.tar.xz clientdata-383b516dae32db9c3064b92d081f65afd25c6d70.zip |
Fix the croconut sfx on monsters.xml.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index c78917e4..682bde10 100644 --- a/monsters.xml +++ b/monsters.xml @@ -117,6 +117,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <monster id="12" name="Croconut" targetCursor="small"> <sprite>monsters/croconut.xml</sprite> <sound event="hit">monsters/crocotree/die1.ogg</sound> + <sound event="die">monsters/crocotree/die1.ogg</sound> </monster> <monster id="13" name="Tipiu" targetCursor="medium" walkType="fly"> <sprite>monsters/tipiou.xml</sprite> |