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.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 854e600352..4efee38c60 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3018,6 +3018,11 @@ void level_change(bool skip_ability_increase)
MSGCH_INTRINSIC_GAIN );
}
}
+ else if (you.experience_level == 6)
+ {
+ mpr("You can now bottle potions of blood from chopped up "
+ "corpses.");
+ }
else if (you.experience_level == 13)
{
mprf( MSGCH_INTRINSIC_GAIN,