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 7fc8f84165..8fdb7307e4 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -750,7 +750,7 @@ bool melee_attack::player_attack()
player_sustain_passive_damage();
// thirsty stabbing vampires get to draw blood
- if (you.species == SP_VAMPIRE && you.hunger_state <= HS_HUNGRY
+ if (you.species == SP_VAMPIRE && you.hunger_state < HS_SATIATED
&& stab_attempt && stab_bonus > 0)
{
_player_vampire_draws_blood(monster_index(def), damage_done, true);