summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-24 08:48:05 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-24 08:48:05 +0000
commit6fdba2e9e01c86505290097b028f7197dc52d004 (patch)
treed4c14223f7e3cd05f9d19545ede9a9efecb5fca5 /crawl-ref/source/acr.cc
parent179a048026b0dfea4fd95a2b71673e6a0694481c (diff)
downloadcrawl-ref-6fdba2e9e01c86505290097b028f7197dc52d004.tar.gz
crawl-ref-6fdba2e9e01c86505290097b028f7197dc52d004.zip
[1601595] Lava smokes, swamp shallow water tends to mist.
Cold spells fired over water trail freezing cloud. Smoke/steam spreads out a bit as it dissipates. I can't seem to make this look as pretty as I imagined it. :-( MAX_CLOUDS is still on 100. We may want to increase this. Monster pale draconians are pegged back to speed 10 (was 12). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@486 c06c8d41-db1a-0410-9941-cceddc491573
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();