From 2a1149664ad5a73fc6a978394acbf680c18a2117 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Sat, 14 Nov 2009 22:39:54 -0500 Subject: Make icemail recovery proportional to delay Subtract you.time_taken from DUR_ICEMAIL_DEPLETED instead of subtracting 1 each player turn. Adjust the corresponding time constant. --- crawl-ref/source/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/defines.h') diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h index 80bdff2ca0..aa61d59668 100644 --- a/crawl-ref/source/defines.h +++ b/crawl-ref/source/defines.h @@ -158,7 +158,7 @@ const int GOURMAND_NUTRITION_BASE = 10 * BASELINE_DELAY; const int CHUNK_BASE_NUTRITION = 1000; const int ICEMAIL_MAX = 10; -const int ICEMAIL_TIME = 300; +const int ICEMAIL_TIME = 300 * BASELINE_DELAY; // The maximum number of abilities any god can have #define MAX_GOD_ABILITIES 5 -- cgit v1.2.3-54-g00ecf