summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-11-06 19:39:52 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-11-06 21:06:24 +0000
commit135fbebd5d38522824167056b2753a11bfb87e6e (patch)
treefcc833aa49ca22a5ffa2ffe7240d43214eceb4cd /crawl-ref/source/defines.h
parent19ea242a690085f448d0c92588acb72bcfe5d98c (diff)
downloadcrawl-ref-135fbebd5d38522824167056b2753a11bfb87e6e.tar.gz
crawl-ref-135fbebd5d38522824167056b2753a11bfb87e6e.zip
Give Formicids normal antennae
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 3bbe7dd921..7641375bd9 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -185,8 +185,6 @@ const int CHUNK_BASE_NUTRITION = 1000;
const int ICEMAIL_MAX = 10;
const int ICEMAIL_TIME = 300 * BASELINE_DELAY;
-const int ANTENNAE_EXTEND_TIME = 10 * BASELINE_DELAY;
-
// The maximum number of abilities any god can have
#define MAX_GOD_ABILITIES 5