From 0f446f8a4740da0bb8fca0ba05e3ed139608e609 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 30 Apr 2009 23:57:10 +0000 Subject: Add still more spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9711 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 57ba85c5e1..a6bb401b64 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3132,9 +3132,9 @@ void level_change(bool skip_attribute_increase) case SP_KOBOLD: if (!(you.experience_level % 5)) { - modify_stat( (coinflip() ? STAT_STRENGTH - : STAT_DEXTERITY), 1, false, - "level gain"); + modify_stat((coinflip() ? STAT_STRENGTH + : STAT_DEXTERITY), 1, false, + "level gain"); } if (you.experience_level < 17) @@ -3351,9 +3351,9 @@ void level_change(bool skip_attribute_increase) case SP_CENTAUR: if (!(you.experience_level % 4)) { - modify_stat( (coinflip() ? STAT_DEXTERITY - : STAT_STRENGTH), 1, false, - "level gain"); + modify_stat((coinflip() ? STAT_DEXTERITY + : STAT_STRENGTH), 1, false, + "level gain"); } // lowered because of HD raise -- bwr -- cgit v1.2.3-54-g00ecf