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 #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 {
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue