summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-14 01:11:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-14 01:11:22 +0000
commit8947c0ad81e7b3f8d2cde4eb1c8c6317d2790f22 (patch)
treebe0d0be6c9d9f50af96219e7500de0f969b3d35f /crawl-ref/source/itemprop.h
parentbfa3bf4326f3f3671c2eeb020fbfffe9c75b12e3 (diff)
downloadcrawl-ref-8947c0ad81e7b3f8d2cde4eb1c8c6317d2790f22.tar.gz
crawl-ref-8947c0ad81e7b3f8d2cde4eb1c8c6317d2790f22.zip
Let TSO's blessings properly convert demonic weapons into non-demonic
weapons. Note that demon blades now become scimitars. This will be improved later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4224 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 e7dc5fcab0..d5d71661f9 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -661,6 +661,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 demonic2nondemonic( item_def &item );
int get_vorpal_type( const item_def &item );
int get_damage_type( const item_def &item );