@ -20,6 +20,6 @@ public class Player {
}
public int rollDice() {
return (int) (Math.random() * 6);
return (int) (Math.random() * 6 + 1);