summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-01 00:15:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-01 00:56:42 +0100
commitd022172a35169a82dacb24455c69548107782433 (patch)
tree3b4f051b31f8b49c3c33d200fd858c7a82643338 /crawl-ref/source/ouch.h
parentb502127d4f357fc29cae647a416d02bda175f429 (diff)
downloadcrawl-ref-d022172a35169a82dacb24455c69548107782433.tar.gz
crawl-ref-d022172a35169a82dacb24455c69548107782433.zip
Retaliation from monster minotaurs.
This makes an already very dangerous monster even more deadly though, encouraging kiting. We may want to investigate this. This commit provides consistency with players, though.
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 3f0870a084..8b4785d41a 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -53,6 +53,7 @@ enum kill_method_type
KILLED_BY_SELF_AIMED,
KILLED_BY_FALLING_THROUGH_GATE,
KILLED_BY_DISINT,
+ KILLED_BY_HEADBUTT,
NUM_KILLBY
};