forked from External/mage
* Body Count - fixed game error on usage (miss watcher)
This commit is contained in:
parent
f9c82bee99
commit
bfba179bdf
18 changed files with 16 additions and 18 deletions
|
|
@ -1299,6 +1299,7 @@ public abstract class GameImpl implements Game {
|
|||
newWatchers.add(new BlockingOrBlockedWatcher());
|
||||
newWatchers.add(new EndStepCountWatcher());
|
||||
newWatchers.add(new CommanderPlaysCountWatcher()); // commander plays count uses in non commander games by some cards
|
||||
newWatchers.add(new CreaturesDiedWatcher());
|
||||
|
||||
// runtime check - allows only GAME scope (one watcher per game)
|
||||
newWatchers.forEach(watcher -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue