Skip to content

[TMC] Implement Special Move#14583

Open
muz wants to merge 1 commit intomagefree:masterfrom
muz:tmc_special_move
Open

[TMC] Implement Special Move#14583
muz wants to merge 1 commit intomagefree:masterfrom
muz:tmc_special_move

Conversation

@muz
Copy link
Copy Markdown
Contributor

@muz muz commented Mar 2, 2026

Linked to #14007

@github-actions github-actions bot added the cards label Mar 2, 2026
}
}

class FootTossSacrificeFirstTargetEffect extends OneShotEffect {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use SacrificeTargetEffect here

private static final FilterAttackingOrBlockingCreature filter =
new FilterAttackingOrBlockingCreature("attacking or blocking creature you control");
private static final FilterPermanentOrPlayer filterSecondTarget =
new FilterAnyTarget("any other target");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filters that use target tags need AnotherTargetPredicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants