summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 20:45:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-15 20:45:21 +0000
commit32da929a4bcb1df6fd18310982abc041e8390907 (patch)
tree3ec5a6481e1befa954dd545fbd36f4a79b2410ba /crawl-ref/source/itemprop.h
parent0a22591e3b05f479def2d67dc5c935aaddf072d1 (diff)
downloadcrawl-ref-32da929a4bcb1df6fd18310982abc041e8390907.tar.gz
crawl-ref-32da929a4bcb1df6fd18310982abc041e8390907.zip
Add more weapon blessing cleanups for TSO.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4248 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index dbaea713a9..b9b367ef52 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -661,7 +661,8 @@ 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 demonic2nondemonic( item_def &item, bool allow_blessed = true );
+bool is_blessed( const item_def &item );
+bool normal2good( item_def &item, bool allow_blessed = true );
int get_vorpal_type( const item_def &item );
int get_damage_type( const item_def &item );