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