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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 6a604e485c..adc67e531e 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -29,15 +29,15 @@ enum NOTE_TYPES {
NOTE_GET_MUTATION, /* needs: mutation idx */
NOTE_LOSE_MUTATION, /* needs: mutation idx */
NOTE_ID_ITEM, /* needs: item name (string) */
- /* NOT HOOKED YET */
- NOTE_GET_ITEM, /* needs: item name (string) */
+ NOTE_GET_ITEM, /* needs: item name (string) NOT HOOKED */
NOTE_GAIN_SKILL, /* needs: skill id, level */
NOTE_SEEN_MONSTER, /* needs: monster name (string) */
NOTE_KILL_MONSTER, /* needs: monster name (string) */
NOTE_POLY_MONSTER, /* needs: monster name (string) */
NOTE_USER_NOTE, /* needs: description string */
- NOTE_MESSAGE, /* needs: message string */
+ NOTE_MESSAGE, /* needs: message string */
NOTE_LOSE_GOD, /* needs: god id */
+ NOTE_MOLLIFY_GOD, /* needs: god id */
NOTE_NUM_TYPES
};