summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.cc b/crawl-ref/source/monplace.cc
index 274be57a49..b4ff3b8767 100644
--- a/crawl-ref/source/monplace.cc
+++ b/crawl-ref/source/monplace.cc
@@ -2041,7 +2041,7 @@ bool player_will_anger_monster(monsters *mon, bool *holy,
if (antimagical)
*antimagical = is_antimagical;
- return (is_holy || is_unholy || is_antimagical);
+ return (is_holy || is_unholy || is_lawful || is_antimagical);
}
bool player_angers_monster(monsters *mon)