summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 00:08:28 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 00:08:28 -0800
commit945b0cd6507cb5453e099e0cc245706f70c87d98 (patch)
treebf34de1939ba603929fcfe15c06d7d079a467ab9 /crawl-ref/source/defines.h
parent22dc55568b1c6bbc4a3e3e9374acf0a889645810 (diff)
downloadcrawl-ref-945b0cd6507cb5453e099e0cc245706f70c87d98.tar.gz
crawl-ref-945b0cd6507cb5453e099e0cc245706f70c87d98.zip
Implement 'Icemail' mutation for new DS
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 0a1b8b1e0a..8da0d7cd2b 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -159,6 +159,9 @@ const int GOURMAND_NUTRITION_BASE = 10;
const int CHUNK_BASE_NUTRITION = 1000;
+const int ICEMAIL_MAX = 10;
+const int ICEMAIL_TIME = 300;
+
// The maximum number of abilities any god can have
#define MAX_GOD_ABILITIES 5