summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 126da2ee42..3cd7fadc26 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1208,8 +1208,6 @@ char burn_freeze(int pow, beam_type flavour)
if (flavour != BEAM_MISSILE)
hurted = mons_adjust_flavoured(monster, beam, hurted);
- behaviour_event(monster, ME_ANNOY, MHITYOU);
-
if (mons_friendly(monster))
did_god_conduct(DID_ATTACK_FRIEND, 5, true, monster);
else if (mons_neutral(monster))
@@ -1221,6 +1219,8 @@ char burn_freeze(int pow, beam_type flavour)
if (mons_is_holy(monster))
did_god_conduct(DID_ATTACK_HOLY, monster->hit_dice);
+ behaviour_event(monster, ME_ANNOY, MHITYOU);
+
if (hurted)
{
hurt_monster(monster, hurted);