summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-16 23:09:16 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-16 23:09:16 +0530
commit888b4555a4cea7a0b3a0034e6dfc8cb8210c74b1 (patch)
tree1e1ed20bdccedec7fd033c66c12c6080b16e8328
parentc0aa968809c8d8ef88048edd667b12b297a68602 (diff)
downloadcrawl-ref-888b4555a4cea7a0b3a0034e6dfc8cb8210c74b1.tar.gz
crawl-ref-888b4555a4cea7a0b3a0034e6dfc8cb8210c74b1.zip
Fix pan lords being silenceable (Mu).
-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;
}