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

don't sort split card halves alphabetically #4244

Merged
merged 2 commits into from
Mar 8, 2021

Conversation

ebbit1q
Copy link
Member

@ebbit1q ebbit1q commented Feb 6, 2021

Split cards are sorted alphabetically before merging, resulting in the lower value half being the top/left/first side.
This affects aftermath, adventure and normal split cards.
examples:
giant killer // chop down
failure // comply
smelt // herd // saw

Instead the order in which they appear in mtgjson is used, which happily coincides with the order in which they should be except for adventures which we reverse in order.

fixes #4241

@ZeldaZach ZeldaZach merged commit aa6a031 into Cockatrice:master Mar 8, 2021
@ebbit1q ebbit1q deleted the dont_sort_splits branch March 8, 2021 17:20
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.

Adventure cards not registering as creatures
2 participants