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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 50f46dcd31..2c8357438a 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -48,6 +48,7 @@
#include "macro.h"
#include "makeitem.h"
#include "menu.h"
+#include "mutation.h"
#include "misc.h"
#include "player.h"
#include "religion.h"
@@ -1011,6 +1012,9 @@ game_start:
_give_species_bonus_hp();
_give_species_bonus_mp();
+ if (you.species == SP_DEMONSPAWN)
+ roll_demonspawn_mutations();
+
// XXX: These need to be set above using functions!!! {dlb}
you.max_dex = you.dex;
you.max_strength = you.strength;