Fix Tewst

This commit is contained in:
brausjonas
2023-04-11 14:36:19 +02:00
parent 8ac19a6503
commit 1828d9c31c
3 changed files with 1 additions and 4 deletions
@@ -38,8 +38,6 @@ public class NoPlayablePlayer : Player
activated = false;
diceScript = dice.GetComponent<Dice>();
AddItem(client.items[1]);
}
private void Start()
@@ -212,7 +212,7 @@ public class PlayablePlayer : Player
AddCoins(-3);
break;
case 2: //pinkes Feld
int randyPinkField = Random.Range(3, 3);
int randyPinkField = Random.Range(4, 4);
int tempCurrentItems = -1;
switch (randyPinkField)
{