forked from External/mage
Merge branch 'master' into master
This commit is contained in:
commit
6fae8ef606
48 changed files with 1721 additions and 503 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