From 20ffc0ca15dea68e107dcc84955c51d0e4790780 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 17 Jun 2008 03:40:45 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5910 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') 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: -- cgit v1.2.3-54-g00ecf