summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-20 16:59:39 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:10:13 -0700
commitf8cb75a49fcc32518a60c13df46f16e3f4c73ec2 (patch)
tree796ad069212fdf8346d58a4d2f5b8055d23b35c1 /crawl-ref/source/defines.h
parentfe637a9830636e896b11b04401062ab67311425a (diff)
downloadcrawl-ref-f8cb75a49fcc32518a60c13df46f16e3f4c73ec2.tar.gz
crawl-ref-f8cb75a49fcc32518a60c13df46f16e3f4c73ec2.zip
Powered by Pain for torturous demonspawn.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 4c46ab7164..e5dcd1320c 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -222,6 +222,8 @@ const int INVALID_ABSDEPTH = -1000;
const int ANTITRAIN_PENALTY = 2;
+const int AGILITY_BONUS = 5;
+
#define TORNADO_RADIUS 6
#define NUMBER_OF_RUNES_NEEDED 3