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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index c7a44f359a..a477165ac6 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2793,6 +2793,7 @@ void give_basic_mutations(species_type speci)
you.mutation[MUT_CARNIVOROUS] = 3;
break;
case SP_KENKU:
+ you.mutation[MUT_BEAK] = 1;
you.mutation[MUT_TALONS] = 1;
break;
case SP_TROLL: