summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index 25706fb1ab..7839987c9d 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -86,6 +86,10 @@ inline void xom_acts(int sever, int tension = -1)
void xom_check_lost_item(const item_def& item);
void xom_check_destroyed_item(const item_def& item, int cause = -1);
void xom_death_message(const kill_method_type killed_by);
+bool xom_saves_your_life(const int dam, const int death_source,
+ const kill_method_type death_type, const char *aux,
+ const bool see_source);
+
#ifdef WIZARD
void debug_xom_effects();
#endif