summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index aef2799ce4..dc389c983f 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -179,7 +179,7 @@ static int shatter_monsters(int x, int y, int pow, int garbage)
{
UNUSED( garbage );
- dice_def dam_dice( 0, 5 + pow / 4 ); // number of dice set below
+ dice_def dam_dice( 0, 5 + pow / 3 ); // number of dice set below
const int monster = mgrd[x][y];
if (monster == NON_MONSTER)