mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Brothers Yamazaki
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user