summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-12 17:35:45 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-12 17:35:45 +0000
commit2ad1fa9b0f50c91442995b715d0261138be1f167 (patch)
treea89abd6f1425af85e26d2a8f00c67fbd44360cf7 /crawl-ref/source/player.cc
parent84f487691c1387775ce6195c0bd89e327a19828c (diff)
downloadcrawl-ref-2ad1fa9b0f50c91442995b715d0261138be1f167.tar.gz
crawl-ref-2ad1fa9b0f50c91442995b715d0261138be1f167.zip
Various documentation tweaks. Among others, replace all references to
"class" with "job", and "race" with "species" because that comes much closer to what they actually are. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9425 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index c7b9113470..62f3234174 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3173,7 +3173,12 @@ void level_change(bool skip_attribute_increase)
else if (you.experience_level == 6)
{
mpr("You can now bottle potions of blood from chopped up "
- "corpses.");
+ "corpses.", MSGCH_INTRINSIC_GAIN);
+ }
+ else if (you.experience_level == 10)
+ {
+ mpr("Cursed equipment will now meld into your body when "
+ "transforming into a vampire bat.", MSGCH_INTRINSIC_GAIN);
}
break;
case SP_NAGA: