mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge fix
This commit is contained in:
parent
63558902c0
commit
9080706b89
1 changed files with 0 additions and 7 deletions
|
@ -41,13 +41,6 @@ public final class GuildThief extends CardImpl {
|
|||
this.addAbility(new SimpleActivatedAbility(
|
||||
new CantBeBlockedSourceEffect(Duration.EndOfTurn), new ManaCostsImpl<>("{3}{U}")
|
||||
).withFlavorWord("Cunning Action"));
|
||||
|
||||
// TODO: EXAMPLE DELETE
|
||||
// When Fathom Fleet Cutthroat enters the battlefield, destroy target creature an opponent controls that was dealt damage this turn.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new DestroyTargetEffect(), false);
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
ability.withFlavorWord("Tail Spikes");
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private GuildThief(final GuildThief card) {
|
||||
|
|
Loading…
Reference in a new issue