* Body Count - fixed game error on usage (miss watcher)

This commit is contained in:
Oleg Agafonov 2023-03-25 16:16:11 +04:00
parent f9c82bee99
commit bfba179bdf
18 changed files with 16 additions and 18 deletions

View file

@ -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 -> {