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

Kira countering wrong ability if multiple abilities on the stack have the same source #8026

Closed
Tharkon opened this issue Jul 18, 2021 · 3 comments · Fixed by #11185
Closed
Assignees
Labels
bug Bugs and errors

Comments

@Tharkon
Copy link

Tharkon commented Jul 18, 2021

Kira's ability counters the top-most ability with the same source id as the event that triggered it rather than the event itself.
Though in most cases this is the same, I provided an example below using Angelic Benediction where the same source can trigger twice at the same time, once targeted and once not.

init.txt for testing
battlefield:Human:Angelic Benediction:1
battlefield:Human:Steadfast Guard:1
battlefield:Computer:Kira, Great Glass-Spinner:1

Attack with the guard, make sure you order the triggers so that exalted is at the top of the stack.

@jeffwadsworth
Copy link
Contributor

[[Kira, Great Glass-Spinner]] [[Angelic Benediction]] [[Steadfast Guard]]

@github-actions
Copy link

github-actions bot commented May 4, 2022

Kira, Great Glass-Spinner - (Gatherer) (Scryfall) (EDHREC)

{1}{U}{U}
Legendary Creature — Spirit
2/2
Flying
Creatures you control have "Whenever this creature becomes the target of a spell or ability for the first time each turn, counter that spell or ability."

Angelic Benediction - (Gatherer) (Scryfall) (EDHREC)

{3}{W}
Enchantment
Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)
Whenever a creature you control attacks alone, you may tap target creature.

Steadfast Guard - (Gatherer) (Scryfall) (EDHREC)

{W}{W}
Creature — Human Rebel
2/2
Vigilance (Attacking doesn't cause this creature to tap.)

@Alex-Vasile Alex-Vasile added the bug Bugs and errors label Sep 28, 2022
@xenohedron
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and errors
Projects
None yet
4 participants