summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 7821d0c1e8..3675239b1a 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -1684,6 +1684,7 @@ void define_monster(monsters &mons)
ghost.init_random_demon();
mons.set_ghost(ghost);
mons.pandemon_init();
+ mons.bind_spell_flags();
break;
}
@@ -1693,6 +1694,7 @@ void define_monster(monsters &mons)
ghost.init_player_ghost();
mons.set_ghost(ghost);
mons.ghost_init();
+ mons.bind_spell_flags();
break;
}