mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Quakefoot Cyclops etb targets
This commit is contained in:
parent
1cf6d99515
commit
d668828aea
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue