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

Goad not working properly when only 2 players left #4999

Closed
edcarter opened this issue Jun 3, 2018 · 7 comments
Closed

Goad not working properly when only 2 players left #4999

edcarter opened this issue Jun 3, 2018 · 7 comments
Labels

Comments

@edcarter
Copy link

@edcarter edcarter commented Jun 3, 2018

Steps to reproduce:

  1. Start a multiplayer game (3 players)
  2. One of the players looses or leaves the game
  3. Have one player attack the other with Grenzo, Havoc Raiser
  4. Grenzo controller goads a creature of the remaining opponent (off of Grenzo's damage trigger)
  5. On the opponents turn they are unable to attack the Grenzo player with the goaded creature

If there are only 2 players left and a creature is goaded, it should be able to attack the player which did the goading since it is unable to attack any other player.

I haven't had the chance to reproduce with other goad cards, but I know for sure the bug is present with Grenzo.

Same: #5283

@edcarter
Copy link
Author

@edcarter edcarter commented Jun 3, 2018

Looking at

effect = new CantAttackYouEffect(Duration.UntilYourNextTurn);

The assumption that the goaded creature cannot attack the player doing the goading is incorrect.

@edcarter
Copy link
Author

@edcarter edcarter commented Jun 3, 2018

There maybe should be a CantAttackYouIfAbleEffect(), which doesn't let the creature attack that player unless it has no other options?

@edcarter
Copy link
Author

@edcarter edcarter commented Jun 3, 2018

Just to further affirm: the rulings on disrupt decorum states:

If the creature doesn’t meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. It the creature can’t attack any of those players but could otherwise attack, it must attack an opposing planeswalker (controlled by any opponent) or the player who goaded it.

http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=433266

@Zerrisx
Copy link

@Zerrisx Zerrisx commented Jul 8, 2020

Yep, still broken. Ew.

@JayDi85
Copy link
Member

@JayDi85 JayDi85 commented Jul 8, 2020

@Zerrisx can you add steps to reproduce that bug or it's same as topic starter?

@Zerrisx
Copy link

@Zerrisx Zerrisx commented Jul 8, 2020

Same as topic starter. Steps:

  1. Start three person free-for-all game with range all
  2. Give one of the AIs a Phage, instantly losing them the game
  3. Give the remaining AI a Grenzo, and myself a Flying Men
  4. Grenzo attacks, chooses to goad Flying Men
  5. On my turn, with flying men as my only creature, it skips my entire combat step and flying men does not attack
Zerrisx referenced this issue Jul 14, 2020
@Zerrisx
Copy link

@Zerrisx Zerrisx commented Jul 14, 2020

Verified fixed by 335acd4

@Zerrisx Zerrisx closed this Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants