summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2011-04-11 07:38:35 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-04-11 07:38:35 +0100
commit3cbde79cb4f6f835291ed4f5deaab5d130e0e5a0 (patch)
treefb0511456c73950abe619c9753487738a57d29a6 /crawl-ref/source/notes.h
parent07159ce1c851071f054a5738398bd1066b09eb95 (diff)
downloadcrawl-ref-3cbde79cb4f6f835291ed4f5deaab5d130e0e5a0.tar.gz
crawl-ref-3cbde79cb4f6f835291ed4f5deaab5d130e0e5a0.zip
Add notes when Beogh names an ally, and when named allies die
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 603057fcf2..a810ccddac 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -48,6 +48,8 @@ enum NOTE_TYPES
NOTE_XOM_EFFECT, /* needs: description (name string) */
NOTE_XOM_REVIVAL, /* needs: death cause (string) */
NOTE_PARALYSIS, /* needs: paralysis source (string) */
+ NOTE_NAMED_ALLY, /* needs: ally name (string) */
+ NOTE_ALLY_DEATH, /* needs: ally name (string) */
NOTE_NUM_TYPES
};