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.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: