You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you resign a game using pah: resign, then deal back in relatively soon, you get mostly the same cards but the order of the hand changes. It would be nice if the cards you had before remained in the same position.
Example
Before resignation
< pah> Your white cards in #channel:
< pah> 1. foo
< pah> 2. bar
< pah> 3. baz
< pah> 4. xyzzy
...
Current behaviour
< pah> 10 new cards have been dealt to you in #channel:
< pah> 1. baz
< pah> 2. plugh
< pah> 3. bar
< pah> 4. foo
...
Expected behaviour
< pah> 10 new cards have been dealt to you in #channel:
< pah> 1. foo
< pah> 2. bar
< pah> 3. baz
< pah> 4. plugh
...
The text was updated successfully, but these errors were encountered:
Tricky one, as cards coming off the deck or off the discard pile have no position associated with them and just go into whatever hand positions are available.
I might experiment with putting cards into the discard pile in hand position order and then take them back out again in that same order, so they hopefully end up in the same places.
If you resign a game using
pah: resign
, then deal back in relatively soon, you get mostly the same cards but the order of the hand changes. It would be nice if the cards you had before remained in the same position.Example
Before resignation
Current behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: