summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-06 18:34:28 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-06 18:39:02 +0100
commit415669d7ad597855086ca2e0c07d219b6e0e8e9b (patch)
tree88c3239634153fbaed8bd891025cc0818ef5331f /crawl-ref/source/mutation-data.h
parent9c199ebd5f80cafa670c0df01702ce7dc5dfc1d9 (diff)
parented4c75b69af01a021233cc3f9255223ad299fe8c (diff)
downloadcrawl-ref-415669d7ad597855086ca2e0c07d219b6e0e8e9b.tar.gz
crawl-ref-415669d7ad597855086ca2e0c07d219b6e0e8e9b.zip
Merge branch 'dwants'. Bring some Raid.
Diffstat (limited to 'crawl-ref/source/mutation-data.h')
-rw-r--r--crawl-ref/source/mutation-data.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h
index 12e16a5f7f..b0fe4013f7 100644
--- a/crawl-ref/source/mutation-data.h
+++ b/crawl-ref/source/mutation-data.h
@@ -1552,6 +1552,24 @@
},
#endif
+{ MUT_EXOSKELETON, 0, 2, false, true, true,
+ "exoskeleton",
+
+ {"Your body is surrounded by an exoskeleton. (HP +5, AC +1)",
+ "Your body is surrounded by a tough exoskeleton. (HP +20, AC +2)",
+ ""},
+
+ {"Your exoskeleton hardens.",
+ "Your exoskeleton hardens into an exoskeleton.",
+ ""},
+
+ {"Your exoskeleton softens.",
+ "Your exoskeleton softens.",
+ ""},
+
+ "exoskeleton"
+},
+
{ MUT_FUMES, 0, 2, false, false, false,
"fuming",