diff --git a/core/src/com/monjaro/gamejam/main/Game.java b/core/src/com/monjaro/gamejam/main/Game.java index e910a30..29cfefa 100644 --- a/core/src/com/monjaro/gamejam/main/Game.java +++ b/core/src/com/monjaro/gamejam/main/Game.java @@ -61,7 +61,7 @@ public class Game extends ApplicationAdapter { if (input.isKeyJustPressed(Input.Keys.R) && round.getRerolls() > 0) { //reroll dice that aren't locked reroll(); - round.reduceRerolls(0); + round.reduceRerolls(1); } if (input.isKeyPressed(Input.Keys.SHIFT_LEFT)) {