Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow deckbuilder to retain cards that are surrounded by square brackets #7254

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

butzopower
Copy link
Contributor

Some deployments have cards with names that are surrounded with square brackets, the deckbuilder will find these cards when searched for but when editing later the square bracket card will get filtered out. The current regex seems to sort of be aware of this case but doesn't handle it properly.

This update will make it so it will consider it valid for cards to either:

  • have no [ character in the card name (this is the old behavior)
  • have the card name start with [ and end with ]
image

@NoahTheDuke NoahTheDuke merged commit b144127 into mtgred:master Dec 26, 2023
3 checks passed
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.

2 participants