This commit is contained in:
BetaSteward 2010-11-12 04:19:11 +00:00
parent 19ae34969e
commit c61881e5df
9 changed files with 36 additions and 13 deletions

View file

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