From 8e13d689ffe7280149915333f5e21358dba27c22 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 25 Jun 2007 13:08:36 +0000 Subject: ToD is gone. Upped Shatter damage by one-third to compensate. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1648 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells4.cc') 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) -- cgit v1.2.3-54-g00ecf