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 435041cddd..0cff5e5a67 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -168,6 +168,9 @@ const int MAX_WPN_ENCHANT = 9;
const int MAX_ARM_ENCHANT = 8;
const int MAX_SEC_ENCHANT = 2;
+// Size of unique_items in player class
+#define MAX_UNRANDARTS 100
+
// some shortcuts:
#define menv env.mons
#define mitm env.item