mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Rhythm of the Wild - fixed card text
This commit is contained in:
parent
bec74bbd4a
commit
6ea09f2c51
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public final class RhythmOfTheWild extends CardImpl {
|
|||
private static final FilterSpell filter
|
||||
= new FilterSpell("Creature spells you control");
|
||||
private static final FilterPermanent filter2
|
||||
= new FilterControlledCreaturePermanent("Nontoken creatures you control");
|
||||
= new FilterControlledCreaturePermanent("Nontoken creatures");
|
||||
|
||||
static {
|
||||
filter.add(new CardTypePredicate(CardType.CREATURE));
|
||||
|
|
Loading…
Reference in a new issue