summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 0fa37aa2cc..a803a5d5c6 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1396,7 +1396,8 @@ enum KILLER // monster_die(), thing_thrown
KILL_YOU_MISSILE,
KILL_MON_MISSILE,
KILL_MISC, // 5
- KILL_RESET // abjuration, etc.
+ KILL_RESET, // abjuration, etc.
+ KILL_DISMISSED // only on new game startup
};
#define YOU_KILL(x) ((x) == KILL_YOU || (x) == KILL_YOU_MISSILE)