mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09: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.
|
||||
Ability ability = new ConditionalInterveningIfTriggeredAbility(
|
||||
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."
|
||||
);
|
||||
ability.addTarget(new TargetOpponentsCreaturePermanent());
|
||||
|
|
Loading…
Add table
Reference in a new issue