-
Notifications
You must be signed in to change notification settings - Fork 793
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
Gaea's Blessing can target illegal targets. #13363
Comments
Gaea's Blessing - (Gatherer) (Scryfall) (EDHREC)
|
I tried it in a duel between two non-AI players as well, same results. The bug also affects [[Quandrix Command]], [[Dwell on the Past]], [[Witness the Future]], [[Loaming Shaman]], [[Krosan Reclamation]] and [[Stream of Consciousness]] so it's probably either in the code you posted or in some part of code that was copied between all those spells. I can't find anything wrong with it though. |
Quandrix Command - (Gatherer) (Scryfall) (EDHREC)
Dwell on the Past - (Gatherer) (Scryfall) (EDHREC)
Witness the Future - (Gatherer) (Scryfall) (EDHREC)
Loaming Shaman - (Gatherer) (Scryfall) (EDHREC)
Krosan Reclamation - (Gatherer) (Scryfall) (EDHREC)
Stream of Consciousness - (Gatherer) (Scryfall) (EDHREC)
|
When you cast [[Gaea's Blessing]] you can target one player but then target someone else's graveyard. You can even target cards from multiple different graveyards.
The targeted player will put the targeted cards on top of their owner's library. Then the targeted player will shuffle their own library.
Any cards put on top of a library other than the targeted player's will not be shuffled.
This would all be fine as long as the targeted player owned the targeted cards as per the spell's requirements.
But the current implementation does not have that requirement.
Here's an example log:
6:05 PM, T2.M1: Human casts Gaea's Blessing [894] targeting Computer, Grizzly Bears [836] Grizzly Bears [9bb] Grizzly Bears [c71] from hand
6:05 PM, T2.M1: Computer shuffles three cards into their library (source: Gaea's Blessing [894])
6:05 PM, T2.M1: Computer puts Grizzly Bears [c71] from graveyard to the top of Human's library (source: Gaea's Blessing [894])
6:05 PM, T2.M1: Computer's library is shuffled (source: Gaea's Blessing [894])
6:05 PM, T2.M1: Computer puts Grizzly Bears [9bb] from graveyard to the top of Human's library (source: Gaea's Blessing [894])
6:05 PM, T2.M1: Computer puts Grizzly Bears [836] from graveyard to the top of Human's library (source: Gaea's Blessing [894])
6:05 PM, T2.M1: Human draws a card
6:05 PM, T2.M1: Human puts Gaea's Blessing [894] from stack into their graveyard
The card I draw will always be Grizzly Bears in this case.
The text was updated successfully, but these errors were encountered: