diff options
-rw-r--r-- | monsters.xml | 2 |
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> |