summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
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