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