mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed the legend rule ("If only one of those permanents
is legendary, this rule doesn’t apply").
This commit is contained in:
@@ -830,6 +830,7 @@ public class GameAction {
|
|||||||
|
|
||||||
while (!a.isEmpty() && !AllZoneUtil.isCardInPlay("Mirror Gallery")) {
|
while (!a.isEmpty() && !AllZoneUtil.isCardInPlay("Mirror Gallery")) {
|
||||||
CardList b = AllZoneUtil.getCardsInPlay(a.get(0).getName());
|
CardList b = AllZoneUtil.getCardsInPlay(a.get(0).getName());
|
||||||
|
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