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 8ba862b72b..42cb62cc1f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -167,6 +167,8 @@ enum attribute_type
ATTR_MISC_SPENDING, // Spending for things like ziggurats.
ATTR_RND_LVL_BOOKS, // Bitfield of level-type randart spellbooks
// player has seen.
+ ATTR_NOISES, // A noisy artefact is equipped.
+ ATTR_SHADOWS, // Lantern of shadows effect.
NUM_ATTRIBUTES
};