mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
[ONE] Implement Charforger (#9986)
This commit is contained in:
parent
64e438a7aa
commit
5a0fe1266a
3 changed files with 60 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ public final class StaticFilters {
|
|||
FILTER_CONTROLLED_ARTIFACT_OR_OTHER_CREATURE.setLockedFilter(true);
|
||||
}
|
||||
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_ARTIFACT_OR_CREATURE = new FilterControlledPermanent("another creature or artifact");
|
||||
public static final FilterControlledPermanent FILTER_CONTROLLED_ANOTHER_ARTIFACT_OR_CREATURE = new FilterControlledPermanent("another creature or artifact you control");
|
||||
|
||||
static {
|
||||
FILTER_CONTROLLED_ANOTHER_ARTIFACT_OR_CREATURE.add(AnotherPredicate.instance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue