From 888b4555a4cea7a0b3a0034e6dfc8cb8210c74b1 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sat, 16 Jan 2010 23:09:16 +0530 Subject: Fix pan lords being silenceable (Mu). --- crawl-ref/source/mon-util.cc | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3-54-g00ecf