[GNT] implemented Militant Angel

This commit is contained in:
Oleg Agafonov 2018-11-13 00:25:48 +04:00
parent 209bccef0c
commit 9986c1d365
6 changed files with 186 additions and 10 deletions

View file

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