mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
fix Kogla, the Titan Ape
This commit is contained in:
parent
e1ed85e306
commit
2ce4e8e8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public final class KoglaTheTitanApe extends CardImpl {
|
||||||
// When Kogla, the Titan Ape enters the battlefield, it fights up to one target creature you don't control.
|
// When Kogla, the Titan Ape enters the battlefield, it fights up to one target creature you don't control.
|
||||||
Ability ability = new EntersBattlefieldTriggeredAbility(new FightTargetSourceEffect()
|
Ability ability = new EntersBattlefieldTriggeredAbility(new FightTargetSourceEffect()
|
||||||
.setText("it fights up to one target creature you don't control"));
|
.setText("it fights up to one target creature you don't control"));
|
||||||
ability.addTarget(new TargetPermanent(StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL));
|
ability.addTarget(new TargetPermanent(0, 1, StaticFilters.FILTER_CREATURE_YOU_DONT_CONTROL));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Whenever Kogla attacks, destroy target artifact or enchantment defending player controls.
|
// Whenever Kogla attacks, destroy target artifact or enchantment defending player controls.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue