summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/delay.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 7f30600d45..70896b8f78 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -843,6 +843,7 @@ static void handle_run_delays(const delay_queue_item &delay)
}
if (you.running && !you.turn_is_over
+ && you_are_delayed()
&& !is_run_delay(current_delay_action()))
{
handle_delay();