mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed destroyLegendaryCreatures().
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user