summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-30 09:48:24 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-30 09:48:24 +0000
commita55c0a4160710417bb79deedf0bb63f824e79067 (patch)
tree745be2cfad0407594a61e577af8570e5175b42cd /crawl-ref/source/notes.h
parent99f499f8f85cfb10967b644c94c9182d575677a2 (diff)
downloadcrawl-ref-a55c0a4160710417bb79deedf0bb63f824e79067.tar.gz
crawl-ref-a55c0a4160710417bb79deedf0bb63f824e79067.zip
Noted and hooked god mollification.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@530 c06c8d41-db1a-0410-9941-cceddc491573
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
};