summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-02-27 15:16:00 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-02-27 15:16:00 +0100
commit7559ce0810fadc0080761caf97267eddd753790c (patch)
treea38d4f0be8b24410d7cd017e1a7d5391c3419e39 /crawl-ref/source/notes.h
parent910341321a0fd25aa2defdd70884b56bd7f988cb (diff)
downloadcrawl-ref-7559ce0810fadc0080761caf97267eddd753790c.tar.gz
crawl-ref-7559ce0810fadc0080761caf97267eddd753790c.zip
Record the cause of mutations.
Mutation descriptions end with a hardcoded dot, which makes the notes look weird. Should we chomp the dot manually?
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 9d12b4a4a5..bde73f036b 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -27,8 +27,8 @@ enum NOTE_TYPES
NOTE_GET_GOD, /* needs: god id */
NOTE_GOD_GIFT, /* needs: god id */
NOTE_GOD_POWER, /* needs: god id, idx */
- NOTE_GET_MUTATION, /* needs: mutation idx */
- NOTE_LOSE_MUTATION, /* needs: mutation idx */
+ NOTE_GET_MUTATION, /* needs: mutation idx, reason (string) */
+ NOTE_LOSE_MUTATION, /* needs: mutation idx, reason (string) */
NOTE_ID_ITEM, /* needs: item name (string) */
NOTE_GET_ITEM, /* needs: item name (string) */
NOTE_GAIN_SKILL, /* needs: skill id, level */