Removed Blub

Removed Blubl
This commit is contained in:
brausjonas
2023-04-11 14:25:19 +02:00
parent ea78bc92ac
commit 98a92df73c
5 changed files with 79 additions and 80 deletions
@@ -210,7 +210,7 @@ public class PlayablePlayer : Player
AddCoins(-3);
break;
case 2: //pinkes Feld
int randyPinkField = Random.Range(1, 1);
int randyPinkField = Random.Range(2, 2);
int tempCurrentItems = -1;
switch (randyPinkField)
{