diff options
author | Reid <reidyaro@gmail.com> | 2015-10-24 21:03:51 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:14:46 +0100 |
commit | 9a4da59276b4f25c23cc8030f943e06c2cde71ff (patch) | |
tree | 9c3f233c26c6e2a4bab957d225c7906f8ab4922e | |
parent | bf0ab8e65112a5250957e920f22f378dcc99ae2a (diff) | |
download | clientdata-9a4da59276b4f25c23cc8030f943e06c2cde71ff.tar.gz clientdata-9a4da59276b4f25c23cc8030f943e06c2cde71ff.tar.bz2 clientdata-9a4da59276b4f25c23cc8030f943e06c2cde71ff.tar.xz clientdata-9a4da59276b4f25c23cc8030f943e06c2cde71ff.zip |
Add pumpkish on monsters.xml.
-rw-r--r-- | monsters.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 1ddaaab1..0741afcd 100644 --- a/monsters.xml +++ b/monsters.xml @@ -153,4 +153,9 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="miss">monsters/piou/miss1.ogg</sound> <sound event="spawn">monsters/piou/spawn1.ogg</sound> </monster> + <monster id="17" name="Pumpkish" walkType="walk"> + <sprite>monsters/pumpkish.xml</sprite> + <sound event="die">monsters/pumpkin/die1.ogg</sound> + <sound event="hit">monsters/pumpkin/hit1.ogg</sound> + </monster> </monsters> |