summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-28 16:47:26 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-28 16:48:23 +1000
commit1ae80c393d7062179b3478d8294655bf2c6fe6c5 (patch)
tree3a5fa38deb8a7ab8858313499354ea676a9dacde /crawl-ref/source/artefact.h
parentf7d19cfa767ea3114d9f9f39253510a20cb8a8ba (diff)
downloadcrawl-ref-1ae80c393d7062179b3478d8294655bf2c6fe6c5.tar.gz
crawl-ref-1ae80c393d7062179b3478d8294655bf2c6fe6c5.zip
New unrand: +3 robe of Clouds (rElec, +Lev)
It creates clouds of rain and thin mist around the player (very occasionally). Provides insulation and evocable levitation. Also has a tile!
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 ba7ed1c183..80c44e14cc 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 80
+#define NO_UNRANDARTS 81
#define ART_PROPERTIES ARTP_NUM_PROPERTIES
@@ -116,6 +116,7 @@ enum unrand_type
UNRAND_ROBUSTNESS, // ring of Robustness
UNRAND_MAGE, // ring of the Mage
UNRAND_SHIELDING, // brooch of Shielding
+ UNRAND_RCLOUDS, // robe of Clouds
UNRAND_DUMMY2, // DUMMY UNRANDART 2
UNRAND_LAST = UNRAND_DUMMY2
};