diff options
author | HoraK-FDF <horak-fdf@web.de> | 2021-12-08 09:49:06 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2021-12-08 09:49:06 +0100 |
commit | 845d99717c07e41e6e8d2ef46ff53475e602d3a4 (patch) | |
tree | d050a249e73037c90930f958099580267f29d3f2 | |
parent | 65534a806390ed6ab218110d55a5e69efa5bc725 (diff) | |
download | clientdata-845d99717c07e41e6e8d2ef46ff53475e602d3a4.tar.gz clientdata-845d99717c07e41e6e8d2ef46ff53475e602d3a4.tar.bz2 clientdata-845d99717c07e41e6e8d2ef46ff53475e602d3a4.tar.xz clientdata-845d99717c07e41e6e8d2ef46ff53475e602d3a4.zip |
fixed SnowmanBoss particle
-rw-r--r-- | monsters.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 5296cae8..ec1165ba 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1020,6 +1020,6 @@ </monster> <monster id="1167" name="Der Schneemann"> <sprite>monsters/snowman-boss.xml</sprite> - <particlefx>graphics/particles/snow-burst.xml</particlefx> + <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/snow-burst.xml" action="attack"/> </monster> </monsters> |