- Fixed the legend rule ("If only one of those permanents

is legendary, this rule doesn’t apply").
This commit is contained in:
Sloth
2011-09-14 13:20:49 +00:00
parent 911aa3dc2e
commit 803fd9b3fa

View File

@@ -830,6 +830,7 @@ public class GameAction {
while (!a.isEmpty() && !AllZoneUtil.isCardInPlay("Mirror Gallery")) {
CardList b = AllZoneUtil.getCardsInPlay(a.get(0).getName());
b.getType("Legendary");
b = b.filter(new CardListFilter() {
public boolean addCard(final Card c) {
return !c.isFaceDown();