summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml
index baca4f67..4f77b7d2 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1459,12 +1459,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
</monster>
<monster id="1440" name="Snowman">
<sprite>monsters/snowman.xml</sprite>
+ <attack id="1" critical-hit-effect-id="35" missile-particle="graphics/particles/snowball.particle.xml" action="attack"/>
<sound event="hit">weapons/snowball/hit1.ogg</sound>
<sound event="miss">weapons/snowball/miss1.ogg</sound>
</monster>
<monster id="1441" name="Der Schneemann">
<sprite>monsters/snowman-boss.xml</sprite>
- <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/snow-burst.xml" action="attack"/>
+ <attack id="1" critical-hit-effect-id="37" missile-particle="graphics/particles/snow-burst.xml" action="attack"/>
<sound event="hit">monsters/snowman_boss/hit1.ogg</sound>
<sound event="miss">monsters/snowman_boss/miss1.ogg</sound>
</monster>