Better Ace

This commit is contained in:
2023-03-23 16:45:53 +01:00
parent 472d1c066e
commit 0bddf64797

View File

@@ -83,8 +83,11 @@ public class Game
CurrentPlayer = GetNextPlayer(2); CurrentPlayer = GetNextPlayer(2);
break; break;
case CardValue.ACE: case CardValue.ACE:
if (Players.Count > 2)
{
TurnDirection *= -1; TurnDirection *= -1;
if (Players.Count > 2) CurrentPlayer = GetNextPlayer(); CurrentPlayer = GetNextPlayer();
}
break; break;
case CardValue.THREE: case CardValue.THREE:
case CardValue.FOUR: case CardValue.FOUR: