summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-gear.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-02-26 21:38:46 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-05-30 13:27:44 -0400
commit181ecfb998c0b570a842483dbbf6e299d6d8f235 (patch)
treece5a2c62e1c53a1069556d3351bdc87def617f66 /crawl-ref/source/mon-gear.cc
parent5f570ca36cc6af95c23ddfda6fe1cd5efb71661a (diff)
downloadcrawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.tar.gz
crawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.zip
Remove darts.
They don't have much use outside the first level of D (possibly also the second): popping spores, killing slow things, waking up sleeping monsters, etc. are all served just as well by stones, and anybody who really wants to do damage with throwing would be better served with tomahawks before they find javelins. For one case where they could be useful (dispersal), tomahawks have been given a chance at the dispersal brand.
Diffstat (limited to 'crawl-ref/source/mon-gear.cc')
-rw-r--r--crawl-ref/source/mon-gear.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-gear.cc b/crawl-ref/source/mon-gear.cc
index 213fb5eaaa..52169da254 100644
--- a/crawl-ref/source/mon-gear.cc
+++ b/crawl-ref/source/mon-gear.cc
@@ -1687,7 +1687,7 @@ static void _give_ammo(monster* mon, int level, bool mons_summoned)
case MONS_BIG_KOBOLD:
if (x_chance_in_y(2, 5))
{
- weap_type = MI_DART;
+ weap_type = MI_STONE;
qty = 1 + random2(5);
}
break;