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 7e3fd1394a..973b73f3f0 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3648,7 +3648,7 @@ static const char * _get_rotting_how()
void display_char_status()
{
- if (you.species == SP_VAMPIRE && you.hunger_state == HS_ENGORGED)
+ if (you.is_undead == US_SEMI_UNDEAD && you.hunger_state == HS_ENGORGED)
mpr( "You feel almost alive." );
else if (you.is_undead)
mpr( "You are undead." );