From 2e6d4070c0713ebb84526f2d1f05d0b11d62faca Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 22 Aug 2008 11:07:48 +0000 Subject: [2058822] Fix ice storm damage, make both storms and bolts of ice and magma less resistible (ice being less resistible than magma), give ice storm more damage than fire storm, make fire storm vortices aligned with the caster, but temporary. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6845 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') 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) -- cgit v1.2.3-54-g00ecf