Better Ace
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user