summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 3232bd5b08..1796228e85 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -47,6 +47,7 @@ enum NOTE_TYPES
NOTE_BUY_ITEM, /* needs: item name (string), price (int) */
NOTE_DONATE_MONEY, /* needs: amount of gold */
NOTE_SEEN_FEAT, /* needs: feature seen (string) */
+ NOTE_XOM_EFFECT, /* needs: description (name string) */
NOTE_NUM_TYPES
};