summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-07 19:07:03 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-07 19:27:34 +0100
commit4649f9979934b87db7f42485047db414379f5368 (patch)
treed4e77192bed628237dd44d3e312fcafc8b40bcff /crawl-ref/source/item_use.cc
parentb8c3a2151d4ff5e777fa9988d3a54ebd39464ed0 (diff)
downloadcrawl-ref-4649f9979934b87db7f42485047db414379f5368.tar.gz
crawl-ref-4649f9979934b87db7f42485047db414379f5368.zip
Adjust a vampire help message
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index d293e4b80a..33ccb37e1f 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1888,7 +1888,7 @@ static void _vampire_corpse_help()
return;
if (check_blood_corpses_on_ground() || count_corpses_in_pack(true) > 0)
- mpr("If it's blood you're after, try <w>e</w>.");
+ mpr("Use <w>e</w> to drain blood from corpses.");
}
void drink(int slot)