Add Arboria (LEG)

This commit is contained in:
spjspj 2017-12-21 01:08:55 +11:00
parent 578ea668bb
commit 38272a6dde
6 changed files with 301 additions and 0 deletions

View file

@ -1020,6 +1020,7 @@ public abstract class GameImpl implements Game, Serializable {
}
watchers.add(new MorbidWatcher());
watchers.add(new CastSpellLastTurnWatcher());
watchers.add(new CastSpellYourLastTurnWatcher());
watchers.add(new PlayerLostLifeWatcher());
watchers.add(new BlockedAttackerWatcher());
watchers.add(new DamageDoneWatcher());