summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-25 13:25:28 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-25 14:03:09 +0100
commit9a1056ab7e0feb88bb8bcf84411441de3dc32ba6 (patch)
tree09684d6636e1b977ead8a3cf3523383886b7eaab /crawl-ref/source/makeitem.h
parent763bb56f6a247c444123ed3dc5acdfeca1ab2852 (diff)
downloadcrawl-ref-9a1056ab7e0feb88bb8bcf84411441de3dc32ba6.tar.gz
crawl-ref-9a1056ab7e0feb88bb8bcf84411441de3dc32ba6.zip
Be more nazi about illegal brands (like, reaping on melee weapons like scythes).
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index d434143058..5313c57dcb 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -34,6 +34,7 @@ void item_set_appearance(item_def &item);
bool is_weapon_brand_ok(int type, int brand);
bool is_armour_brand_ok(int type, int brand);
+bool is_missile_brand_ok(int type, int brand);
bool got_curare_roll(const int item_level);