From 2b7d6cadecf9c3d272cc1097824ffc7d7e770aab Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 10 Dec 2006 20:28:21 +0000 Subject: Streamlined god-given abilities. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@609 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 eef208965d..6c61ec3ee8 100644 --- a/crawl-ref/source/defines.h +++ b/crawl-ref/source/defines.h @@ -153,6 +153,9 @@ #define CHUNK_BASE_NUTRITION 1000 +// The maximum number of abilities any god can have +#define MAX_GOD_ABILITIES 5 + // This value is used to mark immune levels of MR #define MAG_IMMUNE 5000 -- cgit v1.2.3-54-g00ecf