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 7b71d46c16..69f75555a1 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -228,7 +228,7 @@ int cast_fire_storm(int powc, bolt &beam)
beam.ench_power = powc; // used for radius
beam.name = "great blast of fire";
beam.hit = 20 + powc / 10;
- beam.damage = calc_dice( 6, 15 + powc );
+ beam.damage = calc_dice( 9, 20 + powc );
explosion( beam );
mpr("A raging storm of fire appears!");