summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-29 06:25:07 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-29 18:18:10 +0200
commitd98a999477698bb0a304c4995df44f2b7ef5389d (patch)
treee0d30c7a705368f7991371a143a9c4c7b06faf60 /src/defines.h
parent127f4d6985d998c65d958907758e474edb29ceec (diff)
Lua: Convert all the spell metadata to C code
(Yay automated translation!)
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h
index 7457134a..099d3fe1 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -866,6 +866,11 @@
#define MAX_BETWEEN_EXITS 3
/*
+ * Maximum number of school spells
+ */
+#define SCHOOL_SPELLS_MAX 200
+
+/*
* Number of effects
*/
#define MAX_EFFECTS 128