summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-30 13:09:37 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-30 13:09:37 +0000
commit86076a641fc7b9cc1ce20a8f3dca87655bbf62ca (patch)
tree34daad18e12725fab878fd1d2984b6cf414e6d59 /crawl-ref/source/acr.cc
parentd95b75df0b8106c0a4c4841973f153a22da22482 (diff)
downloadcrawl-ref-86076a641fc7b9cc1ce20a8f3dca87655bbf62ca.tar.gz
crawl-ref-86076a641fc7b9cc1ce20a8f3dca87655bbf62ca.zip
Updated CREDITS and INSTALL, fixed Tomb:2 (David), fixed Xom's mutation-as-reward strategy.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2683 c06c8d41-db1a-0410-9941-cceddc491573
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();