summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index eb0976778b..330f5f2e52 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -249,7 +249,7 @@ int airstrike(int power, dist &beam)
hurted = 8 + random2( random2(4) + (random2(power) / 6)
+ (random2(power) / 7) );
-
+
if ( mons_flies(monster) )
{
hurted *= 3;
@@ -257,7 +257,7 @@ int airstrike(int power, dist &beam)
}
hurted -= random2(1 + monster->ac);
-
+
if (hurted < 0)
hurted = 0;
else