diff options
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index b23db876..b74e1209 100644 --- a/monsters.xml +++ b/monsters.xml @@ -739,7 +739,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. <attack id="1" missile-particle="graphics/particles/arrow.particle.xml" action="attack"/> </monster> <monster id="1155" name="Mana Piou" targetCursor="small" walkType="fly"> - <sprite>monsters/piou.xml</sprite> + <sprite>monsters/manapiou.xml</sprite> <particlefx>graphics/particles/moonshroom.particle.xml</particlefx> <sound event="die">monsters/piou/die1.ogg</sound> <sound event="hit">monsters/piou/hit1.ogg</sound> |