Dice Revert

This commit is contained in:
brausjonas
2023-04-14 15:45:52 +02:00
parent 476895db45
commit 9e709c03bd
4 changed files with 37 additions and 18 deletions
@@ -112,7 +112,7 @@ public class PlayablePlayer : Player
jumpRequest = true;
wurfelt = true;
wurfelZahl = Random.Range(4, 4);
wurfelZahl = Random.Range(1, 7);
switch (activeItem)
{