summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-26 16:23:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-26 16:23:15 +0000
commitcbf38e3c1350d47c17919cefbedea794ab811818 (patch)
tree695b69b88edf7c5004f881d55342b6fa386d319d /crawl-ref/source/player.cc
parenta33ad3c3e6b0bf53a63554e96eb52db78b4a48f0 (diff)
downloadcrawl-ref-cbf38e3c1350d47c17919cefbedea794ab811818.tar.gz
crawl-ref-cbf38e3c1350d47c17919cefbedea794ab811818.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9833 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e633ffe977..dc500ecb4a 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3197,7 +3197,7 @@ void level_change(bool skip_attribute_increase)
else
{
mpr("You can now transform into a vampire bat.",
- MSGCH_INTRINSIC_GAIN );
+ MSGCH_INTRINSIC_GAIN);
}
}
else if (you.experience_level == 6)
@@ -3208,7 +3208,8 @@ void level_change(bool skip_attribute_increase)
else if (you.experience_level == 10)
{
mpr("Cursed equipment will now meld into your body when "
- "transforming into a vampire bat.", MSGCH_INTRINSIC_GAIN);
+ "transforming into a vampire bat.",
+ MSGCH_INTRINSIC_GAIN);
}
break;