333IQ
This commit is contained in:
@@ -74,8 +74,8 @@ public void visit(SwapCard card) {
|
||||
}
|
||||
|
||||
if (!possibleOtherPieces.isEmpty() && !possibleOwnPieces.isEmpty()) {
|
||||
this.swapOwnPieces.addAll(possibleOtherPieces);
|
||||
this.swapOtherPieces.addAll(possibleOwnPieces);
|
||||
this.swapOwnPieces.addAll(possibleOwnPieces);
|
||||
this.swapOtherPieces.addAll(possibleOtherPieces);
|
||||
this.cards.add(card);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user