* Polymorphous Rush - Fixed wrong target description.

This commit is contained in:
LevelX2 2016-07-29 14:19:52 +02:00
parent c587a08f6a
commit 8073d2e3f7

View file

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