summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 91397a6fe9..3c349e283c 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2024,7 +2024,7 @@ bool melee_attack::player_monattk_hit_effects(bool mondied)
// Vampiric *weapon* effects for the killing blow.
else if (mondied && damage_brand == SPWPN_VAMPIRICISM
&& you.equip[EQ_WEAPON] != -1
- && you.is_undead == US_ALIVE)
+ && you.species != SP_VAMPIRE) // vampires get their bonus elsewhere
{
if (defender->holiness() == MH_NATURAL
&& !defender->is_summoned()