summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index ac95f91f2d..a8f1eceabd 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -110,8 +110,8 @@ hands_reqd_type hands_reqd(object_class_type base_type, int sub_type,
size_type size);
bool is_demonic(const item_def &item);
-bool is_blessed_blade(const item_def &item);
-bool is_blessed_blade_convertible(const item_def &item);
+bool is_blessed(const item_def &item);
+bool is_blessed_convertible(const item_def &item);
bool convert2good(item_def &item, bool allow_blessed = true);
bool convert2bad(item_def &item);