forked from External/mage
merge MorbidWatcher with CreaturesDiedWatcher
This commit is contained in:
parent
1ac4fe4e4a
commit
1f764515f6
4 changed files with 6 additions and 38 deletions
|
|
@ -1336,7 +1336,6 @@ public abstract class GameImpl implements Game {
|
|||
|
||||
public void initGameDefaultWatchers() {
|
||||
List<Watcher> newWatchers = new ArrayList<>();
|
||||
newWatchers.add(new MorbidWatcher());
|
||||
newWatchers.add(new CastSpellLastTurnWatcher());
|
||||
newWatchers.add(new PlayerLostLifeWatcher());
|
||||
newWatchers.add(new BlockedAttackerWatcher());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue