mirror of
https://github.com/correl/mage.git
synced 2025-04-09 01:01:06 -09:00
[MOM] fix Invasion of Fiora destroying the wrong creatures (fixes #10229)
This commit is contained in:
parent
33ec1b7e58
commit
13bd72141b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public final class InvasionOfFiora extends CardImpl {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(SuperType.LEGENDARY.getPredicate());
|
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) {
|
public InvasionOfFiora(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue