remove PlayersAttackedThisTurnWatcher from default watchers

This commit is contained in:
xenohedron 2023-11-30 00:48:30 -05:00
parent 1f764515f6
commit c164d70135
5 changed files with 15 additions and 12 deletions

View file

@ -25,7 +25,7 @@ public class MilitantAngelTest extends CardTestCommander4Players {
// it's testing counter only (no need to test card -- it's same)
// When Militant Angel enters the battlefield, create a number of 2/2 white Knight creature tokens
// with vigilance equal to the number of opponents you attacked this turn.
//addCard(Zone.BATTLEFIELD, playerA, "Militant Angel", 2);
addCard(Zone.HAND, playerA, "Militant Angel", 1); // to add watcher
addCard(Zone.BATTLEFIELD, playerA, "Balduvian Bears", 1);
addCard(Zone.BATTLEFIELD, playerA, "Kitesail Corsair", 1);