-
Notifications
You must be signed in to change notification settings - Fork 578
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
Esix, Fractal Bloom and multiple token creation #5176
Comments
This issue has not been updated in a while and has now been marked as stale. Stale messages will be auto closed. |
This issue was closed because it has been stalled for 5 days with no activity. |
@tool4ever can you look into this? |
The problem is those scripts being coded with RepeatEach. I suppose some might be refactored to work without it? |
@tool4ever maybe something similar like the Damage Table and DamageResolve? like a TokenResolve effect? |
Describe the bug
For some cards, at least "Asinine Antics", "Ezuri's Predation" and "Terastodon", the replacement effect of "Esix, Fractal Bloom" is not applied correctly and only replaces the first token created.
To Reproduce
Steps to reproduce the behavior:
With "Asinine Antics" and "Ezuri's Predation":
1- Have enemy with at least 2 creatures and Esix on board
2- Cast "Asinine Antics" or "Ezuri's Predation"
3- Select Yes for the replacement effect of Esix
4- Select any creature
5- The first token is replaced with the selected creature, but all the other are not.
With "Terastodon":
1- Have Esix on board with at least 3 non creature permanents on your side
2- Cast Terastodon
3- On Terastodon ETB trigger, select 3 non creature permanents on your side
4- Select Yes for the replacement effect of Esix
5- Select Terastodon
6- Only the first token is replaced, the 2 other tokens are created as normal
Expected behavior
On both cases, I would expect all tokens to be replaced with the creature I selected during Esix replacement effect's choice.
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: