From d36485da11218b631a9561fff54eefa2e57843dd Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 22 Mar 2008 04:42:59 +0000 Subject: Add more whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3799 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells3.cc') 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 -- cgit v1.2.3-54-g00ecf