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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 108462a7e1..6101429dc0 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -160,8 +160,8 @@ bool move_player_to_grid( int x, int y, bool stepped, bool allow_shift,
mprf( MSGCH_WARN,
"Wait a moment, %s! Do you really want to step there?",
you.your_name );
-
- more();
+ if (!you.running.is_any_travel())
+ more();
exercise( SK_TRAPS_DOORS, 3 );