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.h3
1 files changed, 3 insertions, 0 deletions
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