summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 2ebe2153f9..7e23bd12e7 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2730,8 +2730,8 @@ bool stop_attack_prompt(const monsters *mon, bool beam_attack,
else if (inSanctuary || wontAttack
|| (isNeutral || isHoly) && is_good_god(you.religion)
|| isUnchivalric
- && you.religion == GOD_SHINING_ONE
- && !tso_unchivalric_attack_safe_monster(mon))
+ && you.religion == GOD_SHINING_ONE
+ && !tso_unchivalric_attack_safe_monster(mon))
{
// "Really fire through the helpless neutral holy Daeva?"
// was: "Really fire through this helpless neutral holy creature?"