summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index db87bde832..029ee173d8 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2515,11 +2515,11 @@ static void beam_drop_object( struct bolt &beam, item_def *item, int x, int y )
// The effect is nigh impossible to perceive.
switch (item->sub_type)
{
- case MI_NEEDLE: chance = 7; break;
- case MI_STONE: chance = 6; break;
- case MI_DART: chance = 4; break;
+ case MI_NEEDLE: chance = 6; break;
+ case MI_STONE: chance = 4; break;
+ case MI_DART: chance = 3; break;
case MI_ARROW: chance = 4; break;
- case MI_BOLT: chance = 5; break;
+ case MI_BOLT: chance = 4; break;
case MI_LARGE_ROCK:
default: