BUG - Doppelgang + Token increaser
Open
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
When casting doppelgang the order of selection matters when it should not. Choosing any form of token increaser will modify the count for all tokens after it. Examples:
Ojer Taq + any creature:
```
Doppelgang targets Ojer Taq first
2 copies of Ojer Taq are created, and 12 copies of the other creature.
Doppelgang targets Ojer Taq second
2 copies of other creature are created, and 2 copies of Ojer Taq created
```
This also applies to Mondrak, Doubling Season, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.