Let the AI play Tolaria West#11374
Open
liamiak wants to merge 1 commit into
Open
Conversation
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>
Agetian
approved these changes
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tolaria West is excluded from AI decks by an
AI:RemoveDeck:Allflag applied in a 2018 blanketpass (
92b0355a41"AI:RemoveDeck (B-Z)"), not a card-specific decision. The flag also strips itsordinary use as a land that taps for
{U}.Its Transmute ability is a generated
ChangeZonetutor (search library for a same-mana-value card→ hand), handled by the same
ChangeZoneAithat already drives every other, unflagged, Transmutecard — so there is no card-specific reason for the flag.
Removing it restores both uses. Verified locally:
transmute); the transmute is available at sorcery speed in main 2 and fetches the best available
mana-value-0 card via
getBestAI.forge-gui-desktopsuite stays green (286 passed).🤖 Implemented with the assistance of Claude Code (Opus).