summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 83df88075c..2d8956fcd8 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -172,7 +172,7 @@ bool can_wield(const item_def *weapon, bool say_reason,
&& (!is_fixed_artefact( *weapon )
&& (weap_brand == SPWPN_HOLY_WRATH
|| (weapon->base_type == OBJ_WEAPONS
- && weapon->sub_type == WPN_BLESSED_BLADE))))
+ && is_blessed(*weapon)))))
{
SAY(mpr("This weapon will not allow you to wield it."));
return false;