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.
This is a little draft-like format for jinteki.net.
Players take turns picking cards to assemble a decklist, and then play a game with the chosen cards.
I'll make a slightly more detailed summary later and post a video in slack.
I also added a feature for allowing new formats to not be automatically hidden - we have a list of "new" formats, and any time you load formats, you check against 1) this list 2) which of these new formats you have seen.
If they are different, then the difference gets saved into your visible formats and the set you have seen is updated.
What this means is exactly once per format added to this list, you'll have your visible formats silently updated to include that item.
I did this because we had issues with april fools a few years ago, chimera, throwback, etc where they were very hard to discover without already knowing about them because existing accounts did not have them added to their list of visible formats.