mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[ZNC] fixed missing ability for enigma thief (#7085)
This commit is contained in:
parent
d403f1082e
commit
37a25f8c03
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ public final class EnigmaThief extends CardImpl {
|
|||
// When Enigma Thief enters the battlefield, for each opponent, return up to one target nonland permanent that player controls to its owner's hand.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new ReturnToHandTargetEffect(true)
|
||||
.setText("for each opponent, return up to one target nonland permanent that player controls to its owner's hand"));
|
||||
ability.setTargetAdjuster(EnigmaThiefAdjuster.instance);
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private EnigmaThief(final EnigmaThief card) {
|
||||
|
|
Loading…
Reference in a new issue