forked from External/mage
[GNT] implemented Militant Angel
This commit is contained in:
parent
209bccef0c
commit
9986c1d365
6 changed files with 186 additions and 10 deletions
|
|
@ -1026,6 +1026,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
watchers.add(new BlockedAttackerWatcher());
|
||||
watchers.add(new DamageDoneWatcher());
|
||||
watchers.add(new PlanarRollWatcher());
|
||||
watchers.add(new PlayersAttackedThisTurnWatcher());
|
||||
|
||||
//20100716 - 103.5
|
||||
for (UUID playerId : state.getPlayerList(startingPlayerId)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue