diff options
Diffstat (limited to 'monsters')
-rw-r--r-- | monsters/monster1145_Golem.xml | 2 | ||||
-rw-r--r-- | monsters/monster1148_DoomGolem.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/monsters/monster1145_Golem.xml b/monsters/monster1145_Golem.xml index acac797d..63d8e6ee 100644 --- a/monsters/monster1145_Golem.xml +++ b/monsters/monster1145_Golem.xml @@ -5,5 +5,7 @@ <!-- No folder for this --> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> diff --git a/monsters/monster1148_DoomGolem.xml b/monsters/monster1148_DoomGolem.xml index 9059f45d..e1b8027a 100644 --- a/monsters/monster1148_DoomGolem.xml +++ b/monsters/monster1148_DoomGolem.xml @@ -4,5 +4,7 @@ <sprite>monsters/golem-red.xml</sprite> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> </monster> </monsters> |