summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 2b64b5c065..1461423479 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2792,8 +2792,11 @@ void world_reacts()
viewwindow(true, false);
- if (you.cannot_act() && any_messages())
+ if (you.cannot_act() && any_messages()
+ && crawl_state.repeat_cmd != CMD_WIZARD)
+ {
more();
+ }
#if defined(DEBUG_TENSION) || defined(DEBUG_RELIGION)
if (you.religion != GOD_NO_GOD)