summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 9408b60a6c..b949de14d6 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -58,7 +58,8 @@ enum kill_method_type
KILLED_BY_CURARE, // 30
KILLED_BY_MELTING,
KILLED_BY_BLEEDING,
- KILLED_BY_BEOGH_SMITING, // 33
+ KILLED_BY_BEOGH_SMITING,
+ KILLED_BY_DIVINE_WRATH, // 34
NUM_KILLBY
};