forked from External/mage
add Star Wars expansion sets to the Star Wars set
This commit is contained in:
parent
1592a9d173
commit
f31bfa829e
72 changed files with 4574 additions and 1 deletions
|
|
@ -1022,6 +1022,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
watchers.add(new CastSpellLastTurnWatcher());
|
||||
watchers.add(new CastSpellYourLastTurnWatcher());
|
||||
watchers.add(new PlayerLostLifeWatcher());
|
||||
watchers.add(new PlayerLostLifeNonCombatWatcher());
|
||||
watchers.add(new BlockedAttackerWatcher());
|
||||
watchers.add(new DamageDoneWatcher());
|
||||
watchers.add(new PlanarRollWatcher());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue