summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 14:24:50 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-30 14:24:50 +0000
commit9876ce66bfd29003796a8182b20696e57fe7add5 (patch)
treeecff8a89b72e683208e92897ee51356bc507b911 /crawl-ref/source/itemprop.h
parent8f709e97f1d6483880922ba7c3a902c24c35c90b (diff)
downloadcrawl-ref-9876ce66bfd29003796a8182b20696e57fe7add5.tar.gz
crawl-ref-9876ce66bfd29003796a8182b20696e57fe7add5.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6243 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 59e89f67ef..2dfc3e8f0c 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -667,14 +667,14 @@ 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_blessed_blade( const item_def &item );
-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 );
-bool does_damage_type( const item_def &item, int dam_type );
+bool is_demonic(const item_def &item);
+bool is_blessed_blade(const item_def &item);
+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 );
+bool does_damage_type( const item_def &item, int dam_type );
int weapon_str_weight( const item_def &wpn );
int weapon_dex_weight( const item_def &wpn );