summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-01-17 18:14:07 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-01-17 18:14:07 +0000
commitbabae3465b102e894c5ddf6d35d844601bbab279 (patch)
treee1ee3d4824728ffb15140882cc9ea1b4083feae1 /crawl-ref/source/ouch.h
parentc46dff13ba9fa874c8f9820535d0c1417b792c51 (diff)
downloadcrawl-ref-babae3465b102e894c5ddf6d35d844601bbab279.tar.gz
crawl-ref-babae3465b102e894c5ddf6d35d844601bbab279.zip
Give mirror damage its own kill_method_type
KILLED_BY_REFLECTION was intended for shields of reflection, and produced awkward messages for mirror damage deaths.
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 a274c4313f..e5b3bb2500 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -55,6 +55,7 @@ enum kill_method_type
KILLED_BY_DISINT,
KILLED_BY_HEADBUTT,
KILLED_BY_ROLLING,
+ KILLED_BY_MIRROR_DAMAGE,
NUM_KILLBY
};