From 5d66ced3af630a94100a50f71224f6c7d1b2ef83 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Dec 2009 17:33:52 -0600 Subject: Revert "Remove hard skill pool cutoff." This reverts commit c652cbec1739a628f87aedc4874c782429f8d7ce. This really needs more discussion; the current implementation isn't reallly reasonable --- crawl-ref/source/defines.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/defines.h') diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h index 20809e552d..327d69af32 100644 --- a/crawl-ref/source/defines.h +++ b/crawl-ref/source/defines.h @@ -142,6 +142,8 @@ const int DEBUG_COOKIE = 32767; const int MAX_SKILL_LEVEL = 27; const unsigned int MAX_EXP_TOTAL = 8999999; +const unsigned int MAX_EXP_POOL = 20000; +const unsigned int FULL_EXP_POOL = MAX_EXP_POOL; const int MIN_HIT_MISS_PERCENTAGE = 5; -- cgit v1.2.3-54-g00ecf