From 56865aec73520c32c908a60b0473bfdbade7563a Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 10 Nov 2009 18:40:51 -0600 Subject: Remove trailing whitespace. --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/fight.cc') diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc index f40ef534e9..46455cc9f0 100644 --- a/crawl-ref/source/fight.cc +++ b/crawl-ref/source/fight.cc @@ -844,7 +844,7 @@ static bool _player_vampire_draws_blood(const monsters* mon, const int damage, // Bats get a rather less nutrition out of it. if (player_in_bat_form()) food_value /= 2; - + food_value /= reduction; lessen_hunger(food_value, false); @@ -1995,7 +1995,7 @@ bool melee_attack::player_monattk_hit_effects(bool mondied) { // No further effects. } - else if (you.species == SP_VAMPIRE + else if (you.species == SP_VAMPIRE && damage_brand == SPWPN_VAMPIRICISM && you.equip[EQ_WEAPON] != -1 && _player_vampire_draws_blood(defender_as_monster(), -- cgit v1.2.3-54-g00ecf