summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc5
1 files changed, 2 insertions, 3 deletions
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.