summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorMatt Mills <alpha.dev@gmail.com>2011-05-31 11:39:52 +0100
committerChris Campbell <chriscampbell89@gmail.com>2011-06-04 00:14:07 +0100
commit8bbd354651708cf63845a06b4ee28f6ab0d08582 (patch)
tree715503ca62e1e38fdf52f45e2d3f8651a2d3fd5c /crawl-ref/source/notes.h
parente57a6fb94e8f9fb334ef96570f06c91f929d8c5d (diff)
downloadcrawl-ref-8bbd354651708cf63845a06b4ee28f6ab0d08582.tar.gz
crawl-ref-8bbd354651708cf63845a06b4ee28f6ab0d08582.zip
Add a note when an interesting monster is banished (fixes #4058).
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 463000d23b..5abc7ae46a 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -50,6 +50,7 @@ enum NOTE_TYPES
NOTE_PARALYSIS, /* needs: paralysis source (string) */
NOTE_NAMED_ALLY, /* needs: ally name (string) */
NOTE_ALLY_DEATH, /* needs: ally name (string) */
+ NOTE_BANISH_MONSTER, /* needs: monster name (string) */
NOTE_NUM_TYPES
};