GamePrice: Copied Spells in Zones and PrepareSpell
Open
Game Mechanics
keep
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 1.1k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 163
Description
https://github.com/Card-Forge/forge/blob/e7f35f9a267c36707d5656f3b570eabbbbc046d2/forge-game/src/main/java/forge/game/ability/effects/PlayEffect.java#L260-L265
Right now, Spells that are copied in Exile and cast from there are created as Token
But they should be `COPIED_SPELL` instead and should become token when entering the Battlefield
Same with Prepared Spells, they also should not be tokens in Exile
Contributor guide
Assessment
This issue has not been assessed yet.