summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-11-24 23:31:08 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-11-25 00:02:56 -0600
commit6b1ec80b309cd3f62c38a3e03fa5dc687473fe8c (patch)
tree65e9252048ab678a54ba3eff8c122c1e91929d0b /crawl-ref/source/itemprop.h
parentb151db13f85d532a54ee0516b86d0cd507f442d4 (diff)
downloadcrawl-ref-6b1ec80b309cd3f62c38a3e03fa5dc687473fe8c.tar.gz
crawl-ref-6b1ec80b309cd3f62c38a3e03fa5dc687473fe8c.zip
Add utility function is_giant_club_type(); use it for giant club special cases.
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 3c5cf83501..10f004aa68 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -105,6 +105,7 @@ hands_reqd_type hands_reqd(object_class_type base_type, int sub_type,
size_type size);
bool is_whip_type(int wpn_type);
+bool is_giant_club_type(int wpn_type);
bool is_demonic(const item_def &item);
bool is_blessed(const item_def &item);