diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 14:21:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 14:21:11 -0300 |
commit | e7d8a688ecb51272288665bb2a22fb42a7e8abee (patch) | |
tree | 120d1d0ad515c442eccd4a45348d4b57231905b6 /monsters.xml | |
parent | c65c0a934b3ae5523ec2af01d3f4ad574ebb13f9 (diff) | |
download | clientdata-e7d8a688ecb51272288665bb2a22fb42a7e8abee.tar.gz clientdata-e7d8a688ecb51272288665bb2a22fb42a7e8abee.tar.bz2 clientdata-e7d8a688ecb51272288665bb2a22fb42a7e8abee.tar.xz clientdata-e7d8a688ecb51272288665bb2a22fb42a7e8abee.zip |
Mob Collision and Rolling Stone ALPHA TODO
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml index fcd30ed4..3cabc3d2 100644 --- a/monsters.xml +++ b/monsters.xml @@ -153,8 +153,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sound event="die">monsters/pumpkin/die1.ogg</sound> <sound event="hit">monsters/pumpkin/hit1.ogg</sound> </monster> - <monster id="1020" name="Cuco" walkType="walk" targetCursor="large"> - <sprite>monsters/cuco.xml</sprite> + <monster id="1020" name="Rolling Stone" walkType="walk"> + <sprite>monsters/ball-lightning.xml</sprite> <sound event="die">monsters/pumpkin/die1.ogg</sound> <sound event="hit">monsters/pumpkin/hit1.ogg</sound> </monster> |