From 8073d2e3f7595e0d06c6bed99e188824c166161e Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 29 Jul 2016 14:19:52 +0200 Subject: [PATCH] * Polymorphous Rush - Fixed wrong target description. --- Mage.Sets/src/mage/sets/journeyintonyx/PolymorphousRush.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/journeyintonyx/PolymorphousRush.java b/Mage.Sets/src/mage/sets/journeyintonyx/PolymorphousRush.java index fcfd40ebb73..e0fdfcd15f9 100644 --- a/Mage.Sets/src/mage/sets/journeyintonyx/PolymorphousRush.java +++ b/Mage.Sets/src/mage/sets/journeyintonyx/PolymorphousRush.java @@ -52,7 +52,7 @@ import mage.util.functions.EmptyApplyToPermanent; */ public class PolymorphousRush extends CardImpl { - private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature an opponent controls"); + private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("creature you control"); static { filter.add(new ControllerPredicate(TargetController.YOU));