Unmoored Ego | The Brain Stone | Ancient Vendetta exiles any number of basic lands from library
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
This is more of an issue with `SearchTargetGraveyardHandLibraryForCardNameAndExileEffect` specifically in the `applySearchAndExile`. If a basic land is named the count limit is correctly incremented when searching the graveyard and hand. When the library selection occurs, any number of cards can be selected with the basic land name regardless of how many were previously selected from the graveyard and hand.
Example:
*__init.txt file__*
```yaml
[ancient vendetta]
@init
hand:Human:Ancient Vendetta:4
graveyard:Computer:Forest:3
hand:Computer:Forest:3
library:Computer:Forest:10
```
### Steps to reproduce
1. Activate the `[ancient vendetta]` cheat (above)
2. Cast Ancient Vendetta targeting opponent
3. Choose basic Forest
4. Select 2 Forest from the graveyard
5. Select 2 Forest from the hand
6. Select any number of Forest from the library
7. Look at the exiled number of cards and it will be the total cards selected
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.