Rhythm of the Wild - fixed card text

This commit is contained in:
Oleg Agafonov 2019-01-12 15:36:33 +04:00
parent bec74bbd4a
commit 6ea09f2c51

View file

@ -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));