From 38cee7a5098ed1c6e6920df98370128a28df8e06 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 20 Nov 2009 00:28:53 -0600 Subject: Fix the last missing instances of the unclean/chaotic split. --- crawl-ref/source/mon-place.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-place.cc') diff --git a/crawl-ref/source/mon-place.cc b/crawl-ref/source/mon-place.cc index de6b5718e8..4dbd5957a8 100644 --- a/crawl-ref/source/mon-place.cc +++ b/crawl-ref/source/mon-place.cc @@ -2697,7 +2697,7 @@ bool player_will_anger_monster(monsters *mon, bool *holy, const bool isUnholy = (is_evil_god(you.religion) && mon->is_holy()); const bool isLawful = - (you.religion == GOD_ZIN && mon->is_chaotic()); + (you.religion == GOD_ZIN && (mon->is_unclean() || mon->is_chaotic())); const bool isAntimagical = (you.religion == GOD_TROG && mon->is_actual_spellcaster()); -- cgit v1.2.3-54-g00ecf