summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index d479c75374..9f3682ac0a 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -1550,7 +1550,7 @@ bolt mons_spells( int spell_cast, int power )
beam.name = "ball of steam";
beam.range = 6;
beam.rangeMax = 10;
- beam.damage = dice_def( 3, 7 + (power / 14) );
+ beam.damage = dice_def( 3, 7 + (power / 15) );
beam.hit = 11 + power / 20;
beam.type = SYM_ZAP;
beam.thrower = KILL_MON_MISSILE;