summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-25 01:32:29 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-25 01:33:10 +0300
commit3075d556f4aa24236bf8bac743e7bb17193dbe4f (patch)
tree11ffec3cc79eec619278355615b80c7170930d21 /monsters.xml
parented6076946ded05b2ec4316ecdb02acab45fa4701 (diff)
downloadclientdata-3075d556f4aa24236bf8bac743e7bb17193dbe4f.tar.gz
clientdata-3075d556f4aa24236bf8bac743e7bb17193dbe4f.tar.bz2
clientdata-3075d556f4aa24236bf8bac743e7bb17193dbe4f.tar.xz
clientdata-3075d556f4aa24236bf8bac743e7bb17193dbe4f.zip
Fix walk attribute for piu. From server data it can fly.
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index cd1d34b5..307d4985 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -28,7 +28,7 @@ Example:
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <monster id="0" name="Piou" targetCursor="small">
+ <monster id="0" name="Piou" targetCursor="small" walkType="fly">
<sprite>monsters/piou.xml</sprite>
<sound event="die">monsters/piou/die1.ogg</sound>
<sound event="hit">monsters/piou/hit1.ogg</sound>