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
When a player needs to skip a turn they are still able to play. Instead they should be forced to skip and their n_turns_to_skip should be decreased by 1.
This problem also shows itself when a player tries to draw a card from an empty draw stack. Their n_turns_to_skip gets increased by one, but it should also be decreased by one right after.
The text was updated successfully, but these errors were encountered:
When a player needs to skip a turn they are still able to play. Instead they should be forced to skip and their n_turns_to_skip should be decreased by 1.
This problem also shows itself when a player tries to draw a card from an empty draw stack. Their n_turns_to_skip gets increased by one, but it should also be decreased by one right after.
The text was updated successfully, but these errors were encountered: