summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b15edfa7da..6ed738ef2f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -165,6 +165,8 @@ enum attribute_type
ATTR_PURCHASES, // Gold amount spent at shops.
ATTR_DONATIONS, // Gold amount donated to Zin.
ATTR_MISC_SPENDING, // Spending for things like ziggurats.
+ ATTR_RND_LVL_BOOKS, // Bitfield of level-type randart spellbooks
+ // player has seen.
NUM_ATTRIBUTES
};