- Added Brothers Yamazaki

This commit is contained in:
swordshine
2013-05-08 00:26:51 +00:00
parent ce281f0e93
commit 8d7def9847
3 changed files with 15 additions and 1 deletions

View File

@@ -1146,7 +1146,10 @@ public class GameAction {
return false;
}
boolean recheck = false;
final List<Card> yamazaki = CardLists.filter(a, CardPredicates.nameEquals("Brothers Yamazaki"));
if (yamazaki.size() == 2) {
a.removeAll(yamazaki);
}
while (!a.isEmpty()) {
List<Card> b = CardLists.filter(game.getCardsIn(ZoneType.Battlefield), CardPredicates.nameEquals(a.get(0).getName()));
b = CardLists.getType(b, "Legendary");