Investigate usages of "instanceof PermanentToken"
Open
refactoring
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
Followup from #14900. Previous work #14920 . Instanceof checks only for game engine, card logic should use `isToken()`. Gray area for effects that need to only apply to cards, but those might be mostly covered by #14979 anyway.
Incomplete list of things to check
- [ ] When mutating over a token creature, the engine correctly doesn't consider it a token anymore, but the client GUI still incorrectly displays "T. " on the type line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.