Replies: 1 comment
-
You can’t use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I begin a phase once a card has been drawn from the deck. Then the player can use the card or pass it to the next player. For my example each player passes and the phase is over, but instead of it still being the player who drew the cards turn, I want to end their turn and let the next player draw a card. I've tried to end the phase and then call end turn with the key next and the correct value, but it remains on the player that initiated the phase. Just wondering if I am able to change the player once the phase has ended.
Beta Was this translation helpful? Give feedback.
All reactions