Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BLB] Implement Wishing Well #12633

Merged
merged 4 commits into from
Aug 15, 2024
Merged

Conversation

jimga150
Copy link
Contributor

@jimga150 jimga150 commented Aug 2, 2024

@github-actions github-actions bot added the cards label Aug 2, 2024

WishingWellEffect() {
super(Outcome.PutCreatureInPlay);
staticText = "Put a coin counter on Wishing Well. " +
Copy link
Contributor

Choose a reason for hiding this comment

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

{this}

return false;
}

Permanent permanent = game.getPermanentOrLKIBattlefield(source.getSourceId());
Copy link
Contributor

Choose a reason for hiding this comment

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

source.getSourcePermanentOrLKIBattlefield(game)

}
int count = permanent.getCounters(game).getCount(CounterType.COIN);

FilterInstantOrSorceryCard filter = new FilterInstantOrSorceryCard("instant or sorcery card with mana value equal to " + count);
Copy link
Contributor

Choose a reason for hiding this comment

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

(I'd remove the "equal to" from the text here)

@xenohedron xenohedron merged commit b016e0f into magefree:master Aug 15, 2024
3 checks passed
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