summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index aee9c4f90b..b868e61bee 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3482,6 +3482,9 @@ static bool initialise(void)
const bool newc = new_game();
if (!newc)
restore_game();
+
+ // Fix the mutation definitions for the species we're playing.
+ fixup_mutations();
// Load macros
macro_init();