summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 06:25:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 06:25:21 +0000
commit51211c2806b3953a2cbb2a072ac7b5c4ebb4b8c2 (patch)
tree4e91525cffb3b6f9f491d4e697b68e58c8168e4c /crawl-ref/source/itemprop.h
parenta1ea029b205648b5b81d264ae7009cd1d31b2af2 (diff)
downloadcrawl-ref-51211c2806b3953a2cbb2a072ac7b5c4ebb4b8c2.tar.gz
crawl-ref-51211c2806b3953a2cbb2a072ac7b5c4ebb4b8c2.zip
Rename functions to avoid confusion: is_blessable() -> is_convertible(),
normal2good() -> convert2good(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4323 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 5be120ab6f..83c4e4ce55 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -669,8 +669,8 @@ 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 );
+bool is_convertible( const item_def &item );
+bool convert2good( item_def &item, bool allow_blessed = true );
int get_vorpal_type( const item_def &item );
int get_damage_type( const item_def &item );