summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-12 20:16:59 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-12 20:16:59 +0100
commit3c3d02167e7a198132d664d6c13a29548f42f8f7 (patch)
tree5a76119f2e947a781ccaa705aadec95b3552afcc /crawl-ref/source/itemprop.h
parentae6d43520af7837038e1cbbc135fa5e24513cc56 (diff)
downloadcrawl-ref-3c3d02167e7a198132d664d6c13a29548f42f8f7.tar.gz
crawl-ref-3c3d02167e7a198132d664d6c13a29548f42f8f7.zip
Allow gods to rebrand blessed weapons again
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 6b8c6a8a3d..7473163ceb 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -97,7 +97,7 @@ int get_vorpal_type(const item_def &item) PURE;
int get_damage_type(const item_def &item) PURE;
int single_damage_type(const item_def &item) PURE;
-bool is_brandable_weapon(const item_def &wpn, bool allow_ranged);
+bool is_brandable_weapon(const item_def &wpn, bool allow_ranged, bool divine = false);
int weapon_str_weight(const item_def &wpn) PURE;