forked from External/mage
fixes
This commit is contained in:
parent
19ae34969e
commit
c61881e5df
9 changed files with 36 additions and 13 deletions
|
|
@ -155,12 +155,6 @@ public abstract class PlayerImpl<T extends PlayerImpl<T>> implements Player, Ser
|
|||
this.left = false;
|
||||
this.passed = false;
|
||||
this.passedTurn = false;
|
||||
for (Card card: library.getCards(game)) {
|
||||
for (Watcher watcher: card.getWatchers()) {
|
||||
watcher.setControllerId(playerId);
|
||||
game.getState().getWatchers().add(watcher);
|
||||
}
|
||||
}
|
||||
findRange(game);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue