From cbf38e3c1350d47c17919cefbedea794ab811818 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 26 May 2009 16:23:15 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9833 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/player.cc') 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; -- cgit v1.2.3-54-g00ecf