mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +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
|
private static final FilterSpell filter
|
||||||
= new FilterSpell("Creature spells you control");
|
= new FilterSpell("Creature spells you control");
|
||||||
private static final FilterPermanent filter2
|
private static final FilterPermanent filter2
|
||||||
= new FilterControlledCreaturePermanent("Nontoken creatures you control");
|
= new FilterControlledCreaturePermanent("Nontoken creatures");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(new CardTypePredicate(CardType.CREATURE));
|
filter.add(new CardTypePredicate(CardType.CREATURE));
|
||||||
|
|
Loading…
Reference in a new issue