From 7a822175439041ecec75bb45240ab5e80396da46 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 3 Jan 2010 23:53:03 +1000 Subject: Make sling bullets as common as bolts. I discussed this with dpeg a while ago when doing a slings Kobold Arcane Marksman. Sling bullets generate too sparsely for slings to be a viable build, and using stones is too underpowered. In combination with the previous commit, this should hopefully go some way to improving sling builds. --- crawl-ref/source/makeitem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 8aabb41282..8ab2baa966 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -1988,8 +1988,8 @@ static void _generate_missile_item(item_def& item, int force_type, 20, MI_DART, 20, MI_ARROW, 12, MI_BOLT, + 12, MI_SLING_BULLET, 10, MI_NEEDLE, - 5, MI_SLING_BULLET, 2, MI_JAVELIN, 1, MI_THROWING_NET, 0); -- cgit v1.2.3-54-g00ecf