-
Notifications
You must be signed in to change notification settings - Fork 400
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
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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