mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Slab Hammer - Removed unneccessary target.
This commit is contained in:
parent
234d5b0a52
commit
3bb7b6dd5b
2 changed files with 1 additions and 3 deletions
|
|
@ -41,7 +41,6 @@ import mage.constants.Duration;
|
|||
import mage.constants.Outcome;
|
||||
import mage.constants.Rarity;
|
||||
import mage.filter.common.FilterControlledLandPermanent;
|
||||
import mage.target.TargetPermanent;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
|
||||
/**
|
||||
|
|
@ -60,7 +59,6 @@ public class SlabHammer extends CardImpl {
|
|||
new DoIfCostPaid(new BoostEquippedEffect(2, 2, Duration.EndOfTurn),
|
||||
new ReturnToHandTargetPermanentCost(new TargetControlledPermanent(new FilterControlledLandPermanent())),
|
||||
"Return a land you control to its owner's hand? (giving +2/+2 to the equipped creature)"));
|
||||
ability.addTarget(new TargetPermanent());
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue