forked from External/mage
Add Arboria (LEG)
This commit is contained in:
parent
578ea668bb
commit
38272a6dde
6 changed files with 301 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue