summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 03:40:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-17 03:40:45 +0000
commit20ffc0ca15dea68e107dcc84955c51d0e4790780 (patch)
tree14d926117717c696b606e99871c845d67e4fede5 /crawl-ref/source/fight.cc
parent8c848e22dff838d41c5bf7c76941cd4c4d706792 (diff)
downloadcrawl-ref-20ffc0ca15dea68e107dcc84955c51d0e4790780.tar.gz
crawl-ref-20ffc0ca15dea68e107dcc84955c51d0e4790780.zip
Add spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5910 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index b9c5052a16..a35f3a9c2e 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2279,7 +2279,7 @@ bool melee_attack::apply_damage_brand()
int hp_boost = 0;
// Thus is probably more valuable on larger weapons?
- if (weapon && is_fixed_artefact( *weapon )
+ if (weapon && is_fixed_artefact(*weapon)
&& weapon->special == SPWPN_VAMPIRES_TOOTH)
{
hp_boost = damage_done;
@@ -2292,7 +2292,7 @@ bool melee_attack::apply_damage_brand()
if (attacker->hunger_level() != HS_ENGORGED)
attacker->make_hungry(-random2avg(59, 2));
- attacker->god_conduct( DID_NECROMANCY, 2 );
+ attacker->god_conduct(DID_NECROMANCY, 2);
break;
}
case SPWPN_PAIN: