From 3d906a948a3d54a83648a71441423bfa9a47d241 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 29 Mar 2008 18:53:09 +0000 Subject: Add more whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3939 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index bbbf6ce749..073f474be2 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -3668,7 +3668,7 @@ static int _name_to_skill_level(const std::string& name) if (type == SK_DARTS || type == SK_SLINGS) return (you.skills[type] + you.skills[SK_THROWING]); - + return (2 * you.skills[type]); } @@ -3779,7 +3779,7 @@ static int _affect_monster(bolt &beam, monsters *mon) // Submerged monsters are unaffected by enchantments. if (submerged) return (0); - + // nasty enchantments will annoy the monster, and are considered // naughty (even if a monster might resist) if (nasty_beam(mon, beam)) @@ -3948,7 +3948,7 @@ static int _affect_monster(bolt &beam, monsters *mon) god_conduct_trigger conduct; conduct.enabled = false; - + if (nasty_beam(mon, beam)) { if (YOU_KILL(beam.thrower) && hurt_final > 0) -- cgit v1.2.3-54-g00ecf