summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-15 15:30:03 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-15 15:32:28 +0100
commitdf34198b7d77aafb9e7347c8b7f8fb0749eb3fa9 (patch)
treebc04e4875d3188c37c3499eff881d99324686834 /crawl-ref/source/artefact.h
parent897011da36356074ba0d6154e26bed96b1946b29 (diff)
downloadcrawl-ref-df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9.tar.gz
crawl-ref-df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9.zip
Add the unrandart "hat of Pondering" (ponderousness).
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 80c44e14cc..0bc887c647 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -13,7 +13,7 @@
class bolt;
// NOTE: NO_UNRANDARTS is automatically set by util/art-data.pl
-#define NO_UNRANDARTS 81
+#define NO_UNRANDARTS 82
#define ART_PROPERTIES ARTP_NUM_PROPERTIES
@@ -117,6 +117,7 @@ enum unrand_type
UNRAND_MAGE, // ring of the Mage
UNRAND_SHIELDING, // brooch of Shielding
UNRAND_RCLOUDS, // robe of Clouds
+ UNRAND_PONDERING, // hat of Pondering
UNRAND_DUMMY2, // DUMMY UNRANDART 2
UNRAND_LAST = UNRAND_DUMMY2
};