Skip to content

Let the AI play Tolaria West#11374

Open
liamiak wants to merge 1 commit into
Card-Forge:masterfrom
liamiak:fix-tolaria-west
Open

Let the AI play Tolaria West#11374
liamiak wants to merge 1 commit into
Card-Forge:masterfrom
liamiak:fix-tolaria-west

Conversation

@liamiak

@liamiak liamiak commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Tolaria West is excluded from AI decks by an AI:RemoveDeck:All flag applied in a 2018 blanket
pass (92b0355a41 "AI:RemoveDeck (B-Z)"), not a card-specific decision. The flag also strips its
ordinary use as a land that taps for {U}.

Its Transmute ability is a generated ChangeZone tutor (search library for a same-mana-value card
→ hand), handled by the same ChangeZoneAi that already drives every other, unflagged, Transmute
card — so there is no card-specific reason for the flag.

Removing it restores both uses. Verified locally:

  • Over a full AI turn the AI plays Tolaria West as a land (it does not waste it on the
    transmute); the transmute is available at sorcery speed in main 2 and fetches the best available
    mana-value-0 card via getBestAI.
  • forge-gui-desktop suite stays green (286 passed).

🤖 Implemented with the assistance of Claude Code (Opus).

Tolaria West was excluded from AI decks by an AI:RemoveDeck:All flag
applied in a 2018 blanket pass ("AI:RemoveDeck (B-Z)"), which also
stripped its ordinary use as a land that taps for {U}.

Its Transmute ability is a generated ChangeZone tutor, driven by the
same ChangeZoneAi that already handles every other (unflagged)
Transmute card, so there is no card-specific reason for the flag.
Removing it restores both the land use and the transmute. Verified the
AI plays it as a land rather than wasting it on the transmute, and the
forge-gui-desktop suite (286) stays green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants