summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index cab1c2f877..0af3074f5e 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1067,7 +1067,7 @@ bool victim_can_bleed(int montype)
if (montype == -1) // player
{
if (you.is_undead && (you.species != SP_VAMPIRE
- || you.hunger_state < HS_FULL))
+ || you.hunger_state <= HS_SATIATED))
{
return (false);
}