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

Fix Brine Comber not triggering out of disturb auras #11170

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

Susucre
Copy link
Contributor

@Susucre Susucre commented Sep 17, 2023

Brine Comber's trigger was not looking at right characteristics, which made it not work with disturb auras.

@github-actions
Copy link

Brine Comber // Brinebound Gift - (Gatherer) (Scryfall) (EDHREC)

{1}{W}{U}
Creature — Spirit
1/1
Whenever Brine Comber enters the battlefield or becomes the target of an Aura spell, create a 1/1 white Spirit creature token with flying.
Disturb {W}{U} (You may cast this card from your graveyard transformed for its disturb cost.)
🔄
Enchantment — Aura
Enchant creature
Whenever Brinebound Gift enters the battlefield or enchanted creature becomes the target of an Aura spell, create a 1/1 white Spirit creature token with flying.
If Brinebound Gift would be put into a graveyard from anywhere, exile it instead.

addCard(Zone.BATTLEFIELD, playerA, "Plains", 4);
addCard(Zone.HAND, playerA, "Hopeful Eidolon"); // Bestow for {3}{W}.

activateAbility(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Cast Hopeful Eidolon using bestow", comber);
Copy link
Contributor

Choose a reason for hiding this comment

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

not relevant to this PR, but it's interesting that bestow is not capitalized and Disturb is

@xenohedron xenohedron merged commit d3779d9 into magefree:master Sep 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants