Rooms with in-set variants do not render images in deck editor
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 940
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 160
Description
Title. See [[Unholy Annex // Ritual Chamber]], which I implemented with both of its variants. It has a missing image in the editor:
https://github.com/magefree/mage/blob/94471f312673ef163fe9cb62a6df468b50ed7ef5/Mage.Sets/src/mage/sets/DuskmournHouseOfHorror.java#L368-L369
Compared to [[Bottomless Pool // Locker Room]], which doesn't have any in-set variants. The image appears fine for it.
https://github.com/magefree/mage/blob/94471f312673ef163fe9cb62a6df468b50ed7ef5/Mage.Sets/src/mage/sets/DuskmournHouseOfHorror.java#L46
Note that the images for the lands with variants *are* being downloaded, they just aren't being correctly identified when the card is being rendered in the editor. When playing a game, however, the image does appear when in the user's hand and when on the battlefield with both halves unlocked.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.