summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index eb6b429e5e..1812751197 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2296,7 +2296,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<w>d#</w>: Drop exact number of items\n"
"<w>c</w> : Chop up a corpse";
- if (you.species == SP_VAMPIRE && you.experience >= 6)
+ if (you.species == SP_VAMPIRE && you.experience_level >= 6)
interact += " or bottle its blood";
interact +=