Susucre

Results 47 issues of Susucre

This is going deeper than just setting the same `blockName`. They are `SetType.SUPPLEMENTAL` and `SetType.SUPPLEMENTAL_STANDARD_LEGAL`, and the `formats.sort` method in `ConstructedFormats` seems to not handle those quite well to be...

This is more a convenience feature than strictly required. But once a player knows about a face down's front face, that should stay known until the permanent is no longer...

enhancement

The Ward {2} trigger is working properly, but it is not displayed in the card's rules. ![image](https://github.com/magefree/mage/assets/34709007/2686933c-6145-4322-a95a-1eaa292da240)

GUI

All of those were turned face up (Aspirant was Manifested to the battlefield), they wrongly are set to having a back face: ![image](https://github.com/magefree/mage/assets/34709007/94cb9f58-d157-44fe-b4de-79cddf6fca34)

bug

I used [[Clone]] on a manifested creature: Not even a placeholder name is weird, but doesn't seem that wrong: ![image](https://github.com/magefree/mage/assets/34709007/39ef9783-1322-48fe-9fad-57aac8c6c710) However once the permanent leaves the battlefield, it is in...

bug

Setup to replicate: - Manifest a spell (here Brainstorm) - Use [[Ixidor, Reality Sculptor]] on it ![image](https://github.com/magefree/mage/assets/34709007/fbf1932a-0ff1-4ec1-a3f2-90a61568f8f9)

bug

From reading its code, haven't tested it live, [[Guardian of the Ages]] seems bugged on multiple aspect: - Should be an "intervening if" trigger, but is not - Doesn't check...

bug
cards

So working on [[Savvy Trader]], I realized it would be better if at most 1 exile zone was opened per player. As Savvy Trader has no linked ability that would...

Developers Discussion

From my (a month late) review of https://github.com/magefree/mage/pull/11946 PlayFromTopOfLibraryEffect callers should be split between the ones allowing to play lands (respecting the filter) and those than can not. [[Elven Chorus]]...

refactoring

So for the alpha server I'm setting up, I am currently trying to build and package xmage from a docker. I figured most of the things out, but I got...

dev