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.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 753fdc7a0b..76bd7e5b0d 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -160,14 +160,15 @@ bool move_player_to_grid( const coord_def& p, bool stepped, bool allow_shift,
viewwindow(true, false);
- mprf( MSGCH_WARN,
- "Wait a moment, %s! Do you really want to step there?",
- you.your_name );
+ mprf(MSGCH_WARN,
+ "Wait a moment, %s! Do you really want to step there?",
+ you.your_name);
if (!you.running.is_any_travel())
more();
- exercise( SK_TRAPS_DOORS, 3 );
+ exercise(SK_TRAPS_DOORS, 3);
+ print_stats();
you.turn_is_over = false;