forked from External/mage
remove PlayersAttackedThisTurnWatcher from default watchers
This commit is contained in:
parent
1f764515f6
commit
c164d70135
5 changed files with 15 additions and 12 deletions
|
|
@ -1342,7 +1342,6 @@ public abstract class GameImpl implements Game {
|
|||
newWatchers.add(new DamageDoneWatcher()); // TODO: no need to be default watcher
|
||||
newWatchers.add(new PlanarRollWatcher()); // TODO: no need to be default watcher
|
||||
newWatchers.add(new AttackedThisTurnWatcher());
|
||||
newWatchers.add(new PlayersAttackedThisTurnWatcher()); // TODO: no need to be default watcher
|
||||
newWatchers.add(new CardsDrawnThisTurnWatcher());
|
||||
newWatchers.add(new ManaSpentToCastWatcher());
|
||||
newWatchers.add(new ManaPaidSourceWatcher());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue