summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index f045fd14ee..003b25fa9a 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -260,7 +260,7 @@ void setup_fire_storm(const actor *source, int pow, bolt &beam)
beam.is_explosion = true;
beam.ench_power = pow; // used for radius
beam.hit = 20 + pow / 10;
- beam.damage = calc_dice(9, 20 + pow);
+ beam.damage = calc_dice(8, 5 + pow);
}
void cast_fire_storm(int pow, bolt &beam)