summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-05-18 11:18:23 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-05-18 11:19:01 +0200
commit9dd5427862ba6b6aeb0c852338ba87f812ab005c (patch)
tree02ac397e60c930dfc269a533431bdb0c0964066b /crawl-ref/source/env.h
parente7274e4da8ab1f5a275cc2dd436b64fb36b8d854 (diff)
downloadcrawl-ref-9dd5427862ba6b6aeb0c852338ba87f812ab005c.tar.gz
crawl-ref-9dd5427862ba6b6aeb0c852338ba87f812ab005c.zip
Awaken Forest, a spriggan druid spell.
Diffstat (limited to 'crawl-ref/source/env.h')
-rw-r--r--crawl-ref/source/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index 35dbe8899c..7007e9acb4 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -70,6 +70,7 @@ struct crawl_environment
coord_def sanctuary_pos;
int sanctuary_time;
+ long forest_awoken_until;
};
extern struct crawl_environment env;