mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Elvish Piper - Removed double selection of target creature card.
This commit is contained in:
parent
4a0d3c513f
commit
d1fa497b28
1 changed files with 0 additions and 3 deletions
|
@ -36,8 +36,6 @@ import mage.abilities.common.SimpleActivatedAbility;
|
|||
import mage.abilities.costs.common.TapSourceCost;
|
||||
import mage.abilities.costs.mana.ManaCostsImpl;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.filter.common.FilterCreatureCard;
|
||||
import mage.target.common.TargetCardInHand;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
@ -62,7 +60,6 @@ public class ElvishPiper extends CardImpl<ElvishPiper> {
|
|||
new PutCreatureOnBattlefieldEffect(),
|
||||
new ManaCostsImpl("{G}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addTarget(new TargetCardInHand(new FilterCreatureCard()));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue