From d8a3aef168a6f025525282d57a4649c01439404d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 8 Jul 2008 11:56:10 +0000 Subject: Fix 2008976: Unlinked items after area_shift() git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6454 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/misc.cc') 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?" -- cgit v1.2.3-54-g00ecf