summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-18 02:10:20 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-18 02:12:24 +0200
commita82dbc50ce03c713eec49e9cc29137edcca1e2e7 (patch)
tree76efdf2f0b9413c197021d8d2133cfe4dbc96a50 /crawl-ref/source/ouch.h
parent50ccef46067d93b57ef11d47b2ec0fdc03950c34 (diff)
downloadcrawl-ref-a82dbc50ce03c713eec49e9cc29137edcca1e2e7.tar.gz
crawl-ref-a82dbc50ce03c713eec49e9cc29137edcca1e2e7.zip
Make being rolled over by a boulder beetle a separate ktyp.
This allows us to make the obituary have a reasonable wording: beams are all about hitting stuff from afar, rolling boulders not so.
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 1487fd8eab..74c1e25523 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -54,6 +54,7 @@ enum kill_method_type
KILLED_BY_FALLING_THROUGH_GATE,
KILLED_BY_DISINT,
KILLED_BY_HEADBUTT,
+ KILLED_BY_ROLLING,
NUM_KILLBY
};