summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 21:42:02 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-30 21:42:02 -0500
commit8db5bdfd3de29682d002d0dac61547be647baa7a (patch)
treec3505b2c40669f7b47f6c98ab54c9c7cc7aefb34 /crawl-ref
parent3f33b18c6cb8045cedbc09ff93507a4ab0276fc0 (diff)
downloadcrawl-ref-8db5bdfd3de29682d002d0dac61547be647baa7a.tar.gz
crawl-ref-8db5bdfd3de29682d002d0dac61547be647baa7a.zip
After some more thought, give gnolls a chance to get clubs again, as
well as whips.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makeitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 727c29217d..b13f0c97e4 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -3307,7 +3307,7 @@ static item_make_species_type _give_weapon(monsters *mon, int level,
{
item.base_type = OBJ_WEAPONS;
item.sub_type = random_choose(WPN_SPEAR, WPN_SPEAR, WPN_HALBERD,
- WPN_WHIP, WPN_FLAIL, -1);
+ WPN_CLUB, WPN_WHIP, WPN_FLAIL, -1);
}
break;