mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Merge fix
This commit is contained in:
parent
ddcc6f2197
commit
4f44d29d32
1 changed files with 1 additions and 2 deletions
|
|
@ -35,8 +35,7 @@ public final class WormfangTurtle extends CardImpl {
|
|||
|
||||
// When Wormfang Turtle enters the battlefield, exile a land you control.
|
||||
Ability ability1 = new EntersBattlefieldTriggeredAbility(new ExileTargetForSourceEffect(), false);
|
||||
Target target = new TargetPermanent(StaticFilters.FILTER_CONTROLLED_PERMANENT_A_LAND);
|
||||
target.setNotTarget(true);
|
||||
Target target = new TargetPermanent(StaticFilters.FILTER_CONTROLLED_PERMANENT_A_LAND).withNotTarget(true);
|
||||
ability1.addTarget(target);
|
||||
this.addAbility(ability1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue