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, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ba1fe4b933..9ce37018c5 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1568,8 +1568,9 @@ static void _input()
if (you.cannot_act())
{
- crawl_state.cancel_cmd_repeat("Cannot move, cancelling command "
- "repetition.");
+ if (crawl_state.repeat_cmd != CMD_WIZARD)
+ crawl_state.cancel_cmd_repeat("Cannot move, cancelling command "
+ "repetition.");
world_reacts();
return;