mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
This commit is contained in:
parent
349c24554d
commit
632f10adf2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public final class GhituAmplifier extends CardImpl {
|
||||||
// When Ghitu Amplifier enters the battlefield, if it was kicked, return target creature an opponent controls to its owner's hand.
|
// When Ghitu Amplifier enters the battlefield, if it was kicked, return target creature an opponent controls to its owner's hand.
|
||||||
Ability ability = new ConditionalInterveningIfTriggeredAbility(
|
Ability ability = new ConditionalInterveningIfTriggeredAbility(
|
||||||
new EntersBattlefieldTriggeredAbility(new ReturnToHandTargetEffect()),
|
new EntersBattlefieldTriggeredAbility(new ReturnToHandTargetEffect()),
|
||||||
KickedCondition.TWICE, "When {this} enters the battlefield, " +
|
KickedCondition.ONCE, "When {this} enters the battlefield, " +
|
||||||
"if it was kicked, return target creature an opponent controls to its owner's hand."
|
"if it was kicked, return target creature an opponent controls to its owner's hand."
|
||||||
);
|
);
|
||||||
ability.addTarget(new TargetOpponentsCreaturePermanent());
|
ability.addTarget(new TargetOpponentsCreaturePermanent());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue