summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-13 21:57:27 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-13 21:58:33 +0000
commit9569ea0ce2e8f0abb1292cdf1c5f8660c37113df (patch)
tree0e50f66ba521f1baf3961b462d490dbb102dee8d /crawl-ref/source/mon-gear.cc
parent8827e6af11f4273c3218748a2105fbc0a443e5f3 (diff)
downloadcrawl-ref-9569ea0ce2e8f0abb1292cdf1c5f8660c37113df.tar.gz
crawl-ref-9569ea0ce2e8f0abb1292cdf1c5f8660c37113df.zip
Don't give Ds monsters giant clubs (#8149)
Diffstat (limited to 'crawl-ref/source/mon-gear.cc')
-rw-r--r--crawl-ref/source/mon-gear.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-gear.cc b/crawl-ref/source/mon-gear.cc
index 7cb736b2f6..b69655ee4d 100644
--- a/crawl-ref/source/mon-gear.cc
+++ b/crawl-ref/source/mon-gear.cc
@@ -1588,6 +1588,7 @@ static item_make_species_type _give_weapon(monster* mon, int level,
|| item.sub_type == WPN_STAFF
|| item.sub_type == WPN_ROD
|| item.sub_type == WPN_HAMMER
+ || is_giant_club_type(item.sub_type)
|| item.sub_type > WPN_SLING); // the last of these checks for
// blessed base weapon types
if (one_chance_in(100))