From 945b0cd6507cb5453e099e0cc245706f70c87d98 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 2 Nov 2009 00:08:28 -0800 Subject: Implement 'Icemail' mutation for new DS --- crawl-ref/source/defines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/defines.h') 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 -- cgit v1.2.3-54-g00ecf