summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index d9b3235069..966f8218f6 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3431,7 +3431,7 @@ bool monsters::wants_weapon(const item_def &weap) const
return (false);
}
- // Demonid/undead monsters won't pick up holy wrath.
+ // Demonic/undead monsters won't pick up holy wrath.
if (get_weapon_brand(weap) == SPWPN_HOLY_WRATH && mons_is_unholy(this))
return (false);