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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 3596b0959b..0e5dda5ef9 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -71,6 +71,7 @@
#include "abl-show.h"
#include "abyss.h"
#include "chardump.h"
+#include "cloud.h"
#include "clua.h"
#include "command.h"
#include "debug.h"
@@ -2073,6 +2074,8 @@ static void world_reacts() {
if (you.num_turns != -1)
you.num_turns++;
+ run_environment_effects();
+
//if (random2(10) < you.skills [SK_TRAPS_DOORS] + 2) search_around();
stealth = check_stealth();