summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-27 12:22:18 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-10-27 16:58:49 +0100
commitc6b2cad4663bdc2512679b54e446b8790a8a0ea5 (patch)
tree0ff3444c4295341c7dc83c1ecb378964f4a322e8 /crawl-ref/source/ouch.h
parent9cddb8dbda336f4ed1ff9473e3800859b5960691 (diff)
downloadcrawl-ref-c6b2cad4663bdc2512679b54e446b8790a8a0ea5.tar.gz
crawl-ref-c6b2cad4663bdc2512679b54e446b8790a8a0ea5.zip
Kill the player upon gaining frail / losing robust / etc mutations.
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 a388c7deca..5752157ce5 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -57,6 +57,7 @@ enum kill_method_type
KILLED_BY_ROLLING,
KILLED_BY_MIRROR_DAMAGE,
KILLED_BY_SPINES,
+ KILLED_BY_FRAILTY,
NUM_KILLBY
};