From d668828aeae85ed33b3521013bdae502e04a483e Mon Sep 17 00:00:00 2001 From: Ingmar Goudt Date: Sun, 23 Jun 2019 23:37:31 +0200 Subject: [PATCH] fix Quakefoot Cyclops etb targets --- Mage.Sets/src/mage/cards/q/QuakefootCyclops.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/q/QuakefootCyclops.java b/Mage.Sets/src/mage/cards/q/QuakefootCyclops.java index c8b123abc38..1d8657489ba 100644 --- a/Mage.Sets/src/mage/cards/q/QuakefootCyclops.java +++ b/Mage.Sets/src/mage/cards/q/QuakefootCyclops.java @@ -30,7 +30,7 @@ public final class QuakefootCyclops extends CardImpl { // When Quakefoot Cyclops enters the battlefield, up to two target creatures can't block this turn. Ability ability = new EntersBattlefieldTriggeredAbility(new CantBlockTargetEffect(Duration.EndOfTurn)); - ability.addTarget(new TargetCreaturePermanent(0, 1)); + ability.addTarget(new TargetCreaturePermanent(0, 2)); this.addAbility(ability); // Cycling {1}{R}