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.h2
1 files changed, 2 insertions, 0 deletions
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;