summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/acr.cc2
-rw-r--r--crawl-ref/source/effects.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 30facdb12e..4b112ae7e6 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3214,8 +3214,6 @@ static void _world_reacts()
if (you.cannot_act() && any_messages())
more();
-
- spawn_random_monsters();
}
#ifdef DGL_SIMPLE_MESSAGING
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 066a1fba06..98e887bafb 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2675,6 +2675,8 @@ void handle_time(long time_delta)
exercise(SK_STEALTH, 1);
}
}
+
+ spawn_random_monsters();
}
// Move monsters around to fake them walking around while player was