magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.9k stars 774 forks source link

Adventure Spells and Release to the Wind #12584

Open Superxvii12 opened 3 months ago

Superxvii12 commented 3 months ago

Incorrect interaction regarding Adventure spells

When casting Release to the Wind on a permanent that has an adventure, we should be able to cast the Adventure side of the spell without paying its mana cost. XMage doesn't recognize this and only lets me cast the creature side of the card from exile. Is it possible to ask the devs to fix this interaction in the code?

jeffwadsworth commented 3 months ago

[[Release to the Wind]]

github-actions[bot] commented 3 months ago

Release to the Wind - (Gatherer) (Scryfall) (EDHREC)

{2}{U} Instant Exile target nonland permanent. For as long as that card remains exiled, its owner may cast it without paying its mana cost.

jeffwadsworth commented 3 months ago

Yeah, that card uses that bad "cast without paying mana" implementation that doesn't work with MFDCs, etc. Checking it out.

TommasoClancione commented 3 months ago

Yeah, that card uses that bad "cast without paying mana" implementation that doesn't work with MFDCs, etc. Checking it out.

If im not wrong i reportted the same bug more than one month ago and i think Susucr fixed it? But im not sure about that

xenohedron commented 3 months ago

See #12226 - general fix is WIP, not yet merged.