summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-06-17 22:16:28 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-06-17 22:18:27 +0100
commitf51affd27a403bb8b57dfbe2e74deca2b9beb82b (patch)
tree0fa1595ef1df31141a9858fe5d87741f828718e6 /crawl-ref/source/ouch.h
parent842b776177c7e665641f2d0085cf349cbad106a1 (diff)
downloadcrawl-ref-f51affd27a403bb8b57dfbe2e74deca2b9beb82b.tar.gz
crawl-ref-f51affd27a403bb8b57dfbe2e74deca2b9beb82b.zip
Track deaths by spines
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index 885195ef48..0ee3fb3ff8 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -56,6 +56,7 @@ enum kill_method_type
KILLED_BY_HEADBUTT,
KILLED_BY_ROLLING,
KILLED_BY_MIRROR_DAMAGE,
+ KILLED_BY_SPINES,
NUM_KILLBY
};