1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-31 01:07:39 -09:00

[MOM] fix Invasion of Fiora destroying the wrong creatures (fixes )

This commit is contained in:
theelk801 2023-04-17 22:32:02 -04:00
parent 33ec1b7e58
commit 13bd72141b

View file

@ -27,7 +27,7 @@ public final class InvasionOfFiora extends CardImpl {
static {
filter.add(SuperType.LEGENDARY.getPredicate());
filter.add(Predicates.not(SuperType.LEGENDARY.getPredicate()));
filter2.add(Predicates.not(SuperType.LEGENDARY.getPredicate()));
}
public InvasionOfFiora(UUID ownerId, CardSetInfo setInfo) {