summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 8d1d592ade..eaeaa5c576 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1901,9 +1901,6 @@ static void give_basic_mutations(species_type speci)
case SP_HALFLING:
you.mutation[MUT_SLOW_METABOLISM] = 1;
break;
- case SP_DEMIGOD:
- you.mutation[MUT_FAST_METABOLISM] = 1;
- break;
case SP_MINOTAUR:
you.mutation[MUT_HORNS] = 2;
break;