Skip to content

[SOS] Implement Emeritus of Conflict#14745

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

[SOS] Implement Emeritus of Conflict#14745
muz wants to merge 1 commit intomagefree:masterfrom
muz:sos_emeritus_of_conflict

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

@Override
public boolean checkTrigger(GameEvent event, Game game) {
if (event.getPlayerId().equals(this.getControllerId())) {
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.

use this.isControlledBy(event.getPlayerId())

// Lightning Bolt
// Instant {R}
// Lightning Bolt deals 3 damage to any target.
this.getSpellAbility().addEffect(new DamageTargetEffect(3));
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()

@muz muz force-pushed the sos_emeritus_of_conflict branch from 2f70372 to 5a26696 Compare April 17, 2026 01:50
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