forked from External/mage
fix Urban Retreat
This commit is contained in:
parent
d1b3dd3877
commit
4f8cc385fd
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public final class UrbanRetreat extends CardImpl {
|
|||
|
||||
// {2}, Return a tapped creature you control to its owner's hand: Put this card from your hand onto the battlefield. Activate only as a sorcery.
|
||||
Ability ability = new ActivateAsSorceryActivatedAbility(Zone.HAND, new UrbanRetreatEffect(), new GenericManaCost(2));
|
||||
ability.addCost(new ReturnToHandChosenControlledPermanentCost(new TargetControlledPermanent()));
|
||||
ability.addCost(new ReturnToHandChosenControlledPermanentCost(new TargetControlledPermanent(filter)));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue