Skip to content

[SOS] Implement Emeritus of Truce#14746

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

[SOS] Implement Emeritus of Truce#14746
muz wants to merge 1 commit intomagefree:masterfrom
muz:sos_emeritus_of_truce

Conversation

@muz
Copy link
Copy Markdown
Contributor

@muz muz commented Apr 12, 2026

Linked to #14329

@github-actions github-actions bot added the cards label Apr 12, 2026
// Swords to Plowshares
// Instant {W}
// Exile target creature. Its controller gains life equal to its power.
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
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.

needs to use this.getSpellCard().getSpellAbility()

Ability ability = new EntersBattlefieldTriggeredAbility(new CreateTokenTargetEffect(new Inkling11Token()));
ability.addEffect(new ConditionalOneShotEffect(
new BecomePreparedSourceEffect(),
new OpponentControlsMoreCondition(new FilterCreaturePermanent())
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 should make this condition static and use a preexisting static filter

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