Skip to content

[MSC] Implement The Fantasticar - #15213

Merged
xenohedron merged 7 commits into
magefree:masterfrom
lilacLunatic:card/msc_the_fantasticar
Jun 27, 2026
Merged

[MSC] Implement The Fantasticar#15213
xenohedron merged 7 commits into
magefree:masterfrom
lilacLunatic:card/msc_the_fantasticar

Conversation

@lilacLunatic

Copy link
Copy Markdown
Contributor

No description provided.

@muz muz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of minor comments but broadly looking good so far

Comment thread Mage/src/main/java/mage/game/permanent/token/FantasticarConstructToken.java Outdated
Comment thread Mage/src/main/resources/tokens-database.txt Outdated
Comment thread Mage.Sets/src/mage/cards/t/TheFantasticar.java Outdated
Comment thread Mage.Sets/src/mage/cards/t/TheFantasticar.java Outdated
Comment thread Mage.Sets/src/mage/cards/t/TheFantasticar.java Outdated
@xenohedron
xenohedron self-requested a review June 11, 2026 16:41
StaticFilters.FILTER_SPELL_NON_CREATURE.match(game.getSpell(event.getTargetId()), game) &&
watcher.getSpellsCastThisTurn(this.getControllerId())
.stream()
.filter(spell -> !spell.isCreature(null))

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

N.B. This call to isCreature() uses null rather than game in order to circumvent an issue with noncreature spells that became a creature on the battlefield later in the turn not counting towards the trigger. That is a bug, and is further discussed in the Discord server (will edit to link to the corresponding issue once it's up).

Comment thread Mage/src/main/resources/tokens-database.txt Outdated
@lilacLunatic
lilacLunatic force-pushed the card/msc_the_fantasticar branch from 9d21487 to e3f8450 Compare June 13, 2026 21:07
spells count trigger if it became a creature on the
battlefield, by means of a custom watcher

@xenohedron xenohedron left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

(When I have time I'll write a followup issue, but this card is good to go as is.)

@xenohedron
xenohedron merged commit e62e5c8 into magefree:master Jun 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants