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

Playing a tableRow 3 card from the stack puts it to grave. #3547

Merged
merged 3 commits into from
Feb 3, 2019

Conversation

basicer
Copy link
Member

@basicer basicer commented Feb 2, 2019

Short roundup of the initial problem

Double clicking tableRow 0-2 cards from the stack puts them in the correct table row, but tableRow 3 cards generally goto stack to grave. Currently they do nothing.

What will change with this Pull Request?

  • Double clicking a tableRow 3 card from the stack will send it to the graveyard.

Copy link
Member

@ebbit1q ebbit1q left a comment

Choose a reason for hiding this comment

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

This is great! This is something I considered missing for a long time.
The issue is that this currently moves the card to the bottom of the graveyard, not the top.
You can simply set it to the top using the cmd.

Copy link
Member

@ebbit1q ebbit1q left a comment

Choose a reason for hiding this comment

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

All good now, cards go to the top.

Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
@ctrlaltca ctrlaltca merged commit 5e38214 into Cockatrice:master Feb 3, 2019
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.

None yet

4 participants