summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index f7095ac5c7..0d5f064560 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -220,7 +220,7 @@ int cast_smiting(int power, dist &beam)
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, true, monster);