From f7057d27e824e806707d00457ec25a214df29cf9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 26 May 2009 17:38:04 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9834 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index dc500ecb4a..9a6d2efdf7 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3338,7 +3338,8 @@ void level_change(bool skip_attribute_increase) case SP_GREY_DRACONIAN: if (you.experience_level == 7) { - mpr("Your scales start turning grey.", MSGCH_INTRINSIC_GAIN); + mpr("Your scales start turning grey.", + MSGCH_INTRINSIC_GAIN); more(); redraw_screen(); } @@ -3366,8 +3367,8 @@ void level_change(bool skip_attribute_increase) case SP_CENTAUR: if (!(you.experience_level % 4)) { - modify_stat((coinflip() ? STAT_DEXTERITY - : STAT_STRENGTH), 1, false, + modify_stat((coinflip() ? STAT_STRENGTH + : STAT_DEXTERITY), 1, false, "level gain"); } @@ -3427,8 +3428,8 @@ void level_change(bool skip_attribute_increase) if (!(you.experience_level % 4)) { - modify_stat((coinflip() ? STAT_DEXTERITY - : STAT_STRENGTH), 1, false, + modify_stat((coinflip() ? STAT_STRENGTH + : STAT_DEXTERITY), 1, false, "level gain"); } break; -- cgit v1.2.3-54-g00ecf