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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index a86da4b960..c5e3cb5232 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1218,7 +1218,7 @@ char burn_freeze(int pow, beam_type flavour)
conduct.set(DID_ATTACK_NEUTRAL, 5, true, monster);
if (is_unchivalric_attack(&you, monster, monster))
- conduct.set(DID_UNCHIVALRIC_ATTACK, 5, true, monster);
+ conduct.set(DID_UNCHIVALRIC_ATTACK, 4, true, monster);
if (mons_is_holy(monster))
conduct.set(DID_ATTACK_HOLY, monster->hit_dice);