summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 17:10:28 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 17:10:28 +0000
commitd2ef426db6e797b217a87789829ee9064d8c7fb9 (patch)
treece8369b299addfc05824f8f322fc8aae2a7d187d /crawl-ref/source/randart.h
parent5b06a0470b38bfd19c8b00063d7107be6fb7ca71 (diff)
downloadcrawl-ref-d2ef426db6e797b217a87789829ee9064d8c7fb9.tar.gz
crawl-ref-d2ef426db6e797b217a87789829ee9064d8c7fb9.zip
Implement a few of Lemuel's unrandart suggestions of FR 1861906.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3511 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index a4fdc910e5..7adc1f86ed 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -15,7 +15,7 @@
#include "externs.h"
// used in files.cc, newgame.cc, randart.cc {dlb}
-#define NO_UNRANDARTS 54
+#define NO_UNRANDARTS 58
#define RA_PROPERTIES RAP_NUM_PROPERTIES
// Reserving the upper bits for later expansion/versioning.