summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-setup.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/ng-setup.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/ng-setup.cc')
-rw-r--r--crawl-ref/source/ng-setup.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-setup.cc b/crawl-ref/source/ng-setup.cc
index be24efcf81..89fd6251b6 100644
--- a/crawl-ref/source/ng-setup.cc
+++ b/crawl-ref/source/ng-setup.cc
@@ -322,7 +322,6 @@ void give_basic_mutations(species_type speci)
break;
case SP_FORMICID:
you.mutation[MUT_ANTENNAE] = 3;
- you.mutation[MUT_EXOSKELETON] = 1;
break;
#if TAG_MAJOR_VERSION == 34
case SP_DJINNI: