summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-26 03:20:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-26 03:20:58 +0000
commit8467370eab3f93700463df6bc3bcfedba25b2f9c (patch)
tree825f5b2540364c135342c7f0379bea2dedd78013 /crawl-ref/source/itemprop.h
parentd64fd2263baaae9c832323b54097654ad2c2be81 (diff)
downloadcrawl-ref-8467370eab3f93700463df6bc3bcfedba25b2f9c.tar.gz
crawl-ref-8467370eab3f93700463df6bc3bcfedba25b2f9c.zip
Clean up item handling a bit, and don't give uniques potions if they
won't be able to drink them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8761 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 045959e3d0..c12d529909 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -712,8 +712,9 @@ int double_wpn_awkward_speed( const item_def &item );
bool is_demonic(const item_def &item);
bool is_blessed_blade(const item_def &item);
-bool is_convertible(const item_def &item);
+bool is_blessed_blade_convertible(const item_def &item);
bool convert2good(item_def &item, bool allow_blessed = true);
+bool convert2bad(item_def &item);
int get_vorpal_type( const item_def &item );
int get_damage_type( const item_def &item );