From df34198b7d77aafb9e7347c8b7f8fb0749eb3fa9 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Tue, 15 Dec 2009 15:30:03 +0100 Subject: Add the unrandart "hat of Pondering" (ponderousness). --- crawl-ref/source/artefact.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/artefact.h') 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 }; -- cgit v1.2.3-54-g00ecf