From 6ea09f2c51f528b6b2fdadb3a2b2ebcbabae87a1 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sat, 12 Jan 2019 15:36:33 +0400 Subject: [PATCH] Rhythm of the Wild - fixed card text --- Mage.Sets/src/mage/cards/r/RhythmOfTheWild.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/r/RhythmOfTheWild.java b/Mage.Sets/src/mage/cards/r/RhythmOfTheWild.java index 610dc43e09..5a9238f5a8 100644 --- a/Mage.Sets/src/mage/cards/r/RhythmOfTheWild.java +++ b/Mage.Sets/src/mage/cards/r/RhythmOfTheWild.java @@ -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));