add Star Wars expansion sets to the Star Wars set

This commit is contained in:
ninthworld 2018-07-16 20:55:05 -07:00
parent 1592a9d173
commit f31bfa829e
72 changed files with 4574 additions and 1 deletions

View file

@ -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());