summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 18:31:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-22 18:31:28 +0000
commit22cf9f4f68bfcf14d426dd8d3cd4d66e69c3b097 (patch)
treebdd900799f836c490b6410119fd57abe579a25c6 /crawl-ref
parent4ac2f786ed16181b99248a26819d7c7811c6de4b (diff)
downloadcrawl-ref-22cf9f4f68bfcf14d426dd8d3cd4d66e69c3b097.tar.gz
crawl-ref-22cf9f4f68bfcf14d426dd8d3cd4d66e69c3b097.zip
Another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4475 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 8fa3574ae0..8b25beec0d 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -820,7 +820,7 @@ bool activate_ability()
std::vector<talent> talents = your_talents(false);
if ( talents.empty() )
{
- // Vampires can't turn into bats when full to the rim with blood.
+ // Vampires can't turn into bats when full of blood.
if (you.species == SP_VAMPIRE && you.experience_level >= 3)
mpr("Sorry, you're too full to transform right now.");
else