From b6c4a30cf236f04ab1b113d35d4a496b9325d61a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 12 Aug 2009 09:46:37 +0000 Subject: In the ASCII version, colour silenced grids CYAN and grids both silenced and within TSO's halo LIGHTCYAN. Also display a line "This square is shrouded in silence" wherever applicable. We might also need to display silence with tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10521 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 5 ++--- 1 file changed, 2 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 0751b3899e..b1e768b99c 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3106,11 +3106,10 @@ void level_change(bool skip_attribute_increase) new_exp); } - if (!skip_more) - more(); - if (!(new_exp % 3) && !skip_attribute_increase) _attribute_increase(); + else if (!skip_more) + more(); // No more prompts for this XL past this point. -- cgit v1.2.3-54-g00ecf