mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fix Sky Swallower (#10542)
* Static filter for another controlled permanent * Fix Sky Swallower
This commit is contained in:
parent
83c1e4395a
commit
f2378a5b3d
5 changed files with 32 additions and 55 deletions
|
|
@ -371,6 +371,13 @@ public final class StaticFilters {
|
|||
FILTER_CONTROLLED_A_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_PERMANENT = new FilterControlledPermanent("another target permanent you control");
|
||||
|
||||
static {
|
||||
FILTER_CONTROLLED_ANOTHER_PERMANENT.add(AnotherPredicate.instance);
|
||||
FILTER_CONTROLLED_ANOTHER_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_PERMANENTS = new FilterControlledPermanent("permanents you control");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue