- Fixed destroyLegendaryCreatures().

This commit is contained in:
Sloth
2011-10-02 11:05:28 +00:00
parent 913adb48e2
commit cb2ed24064

View File

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