summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 23:03:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-16 23:03:47 +0000
commite5333083bde06b3049628ef62785215e07129281 (patch)
treedb56a0b9df058cab009b2cf265e2a45cc86569d2 /crawl-ref/source/itemprop.h
parentadf985cc8e1096d10c988cdf65fb0f13e280e42e (diff)
downloadcrawl-ref-e5333083bde06b3049628ef62785215e07129281.tar.gz
crawl-ref-e5333083bde06b3049628ef62785215e07129281.zip
Add weapon blessing-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4276 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 ab8b39bbdf..33d4f2efb9 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -668,6 +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_unblessed( 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 );