summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorpubby <pubby8@gmail.com>2014-03-01 14:35:03 -0600
committerChris Campbell <chriscampbell89@gmail.com>2014-03-01 22:32:44 +0000
commit726c8f7a8bafcd0c6fd058a82b939bb12bc9faa6 (patch)
tree4ebadba8c8034e4b8e3abc9e54a1ffb250d7ce63 /crawl-ref/source/mutation.cc
parent5cb1b68c4edef1006a3b7cd23230189f7922a331 (diff)
downloadcrawl-ref-726c8f7a8bafcd0c6fd058a82b939bb12bc9faa6.tar.gz
crawl-ref-726c8f7a8bafcd0c6fd058a82b939bb12bc9faa6.zip
Remove Fo exoskeleton mutation.
The mutation was added to compensate for their low HP in the early game, but since they have normal HP now it's not really needed.
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 174360dc66..2bcb03b8e4 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -200,7 +200,6 @@ mutation_activity_type mutation_activity_level(mutation_type mut)
case MUT_LARGE_BONE_PLATES:
case MUT_ROUGH_BLACK_SCALES:
case MUT_RUGGED_BROWN_SCALES:
- case MUT_EXOSKELETON:
return MUTACT_PARTIAL;
case MUT_YELLOW_SCALES:
case MUT_ICY_BLUE_SCALES: