summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 01:29:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 01:29:47 +0000
commit59eb3c3f326a284b63b58b95d9396746d9664bbe (patch)
tree83fa66c5169ace694a3ab6fe42819b2e64cbba17 /crawl-ref/source/itemprop.h
parent851431b610b7a161ca5bc5ffbddbb76a4a870472 (diff)
downloadcrawl-ref-59eb3c3f326a284b63b58b95d9396746d9664bbe.tar.gz
crawl-ref-59eb3c3f326a284b63b58b95d9396746d9664bbe.zip
Let TSO's weapon blessing for players work on weapons that have the holy
wrath brand, and which can be in a blessed form but aren't. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4253 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 82a70ae16e..ab8b39bbdf 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -669,6 +669,7 @@ 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_blessable( const item_def &item );
bool normal2good( item_def &item, bool allow_blessed = true );
int get_vorpal_type( const item_def &item );