This commit is contained in:
brausjonas
2023-04-09 18:21:25 +02:00
parent 88b55314b1
commit 9cbd019f2f
2 changed files with 16 additions and 15 deletions
@@ -106,7 +106,7 @@ public class PlayablePlayer : Player
jumpRequest = true;
wurfelt = true;
wurfelZahl = Random.Range(6, 7);
wurfelZahl = Random.Range(1, 7);
switch (activeItem)
{