Skip to content

Fixes for phoneutria, solidarity badge, seymour/audrey, federal fundraising #6975

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

Merged
merged 18 commits into from
Aug 4, 2023

Conversation

NBKelly
Copy link
Collaborator

@NBKelly NBKelly commented Aug 1, 2023

Closes #6971
Closes #6970
Closes #6974 (it had no async on the decline to look, so it lagged behind the draw)
Closes #6967
fixed text on Audrey v2

Closes #6984
Closes #6977
Closes #6976
Closes #6966
Closes #6979
Closes #6980
Closes #6981

@NBKelly
Copy link
Collaborator Author

NBKelly commented Aug 1, 2023

Also closes #6967

@@ -510,6 +514,24 @@
(when (in-hand? moved-b) (add-to-currently-drawing state b-side moved-b)))
[(get-card state moved-a) (get-card state moved-b)])))

(defn swap-cards-async
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is being used anywhere.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently being used in tatu-bola to make a teia trigger when it's swapped out (I also added a test for it).
If players find more cases where we need to use it, I can add those in later.

@NoahTheDuke NoahTheDuke merged commit a9e38e7 into mtgred:master Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment