summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 0a0c8673c8..a1699b348d 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3068,7 +3068,7 @@ void level_change(bool skip_attribute_increase)
case SP_VAMPIRE:
if (you.experience_level == 3)
{
- if (you.hunger_state == HS_ENGORGED)
+ if (you.hunger_state > HS_SATIATED)
{
mpr( "If you weren't so full you could now transform "
"into a vampire bat.", MSGCH_INTRINSIC_GAIN );