summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 19:58:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 19:58:17 +0000
commit016ca20bd263814990ae867cdbc2ca9282e1df10 (patch)
treeb30772579ed949767b6cb73865b308009ce6a790 /crawl-ref/source/itemprop.h
parent8b989e877550fcc89c79e06905a2128537a852f0 (diff)
downloadcrawl-ref-016ca20bd263814990ae867cdbc2ca9282e1df10.tar.gz
crawl-ref-016ca20bd263814990ae867cdbc2ca9282e1df10.zip
Clean up blessed blade handling a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4484 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 0301819c12..4d09609ce1 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -668,7 +668,7 @@ bool is_double_ended( const item_def &item );
int double_wpn_awkward_speed( const item_def &item );
bool is_demonic( const item_def &item );
-bool is_blessed( const item_def &item );
+bool is_blessed_blade( const item_def &item );
bool is_convertible( const item_def &item );
bool convert2good( item_def &item, bool allow_blessed = true );