mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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…
Add table
Add a link
Reference in a new issue