From 9b8726ed7a51f1556ebd359761ee4a7a6ca4c27e Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 23 Apr 2009 19:20:52 +0000 Subject: Add minor cosmetic fixes. Also, tweak the message for when non-chunk lovers drink potions of blood to not use "Blech", as it gives nutrition, unlike other cases (e.g. when partial carnivores drink potions of porridge). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9685 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 82248cec33..6cdd04d41b 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3516,8 +3516,8 @@ void level_change(bool skip_attribute_increase) } // add hp and mp adjustments - GDL - inc_max_hp( hp_adjust ); - inc_max_mp( mp_adjust ); + inc_max_hp(hp_adjust); + inc_max_mp(mp_adjust); deflate_hp(you.hp_max, false); @@ -3546,7 +3546,7 @@ void level_change(bool skip_attribute_increase) learned_something_new(TUT_NEW_LEVEL); } - redraw_skill( you.your_name, player_title() ); + redraw_skill(you.your_name, player_title()); } // Here's a question for you: does the ordering of mods make a difference? -- cgit v1.2.3-54-g00ecf