add limited rerolls back
This commit is contained in:
parent
1779f3d448
commit
cd53c4b08d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class Game extends ApplicationAdapter {
|
||||||
|
|
||||||
if (input.isKeyJustPressed(Input.Keys.R) && round.getRerolls() > 0) { //reroll dice that aren't locked
|
if (input.isKeyJustPressed(Input.Keys.R) && round.getRerolls() > 0) { //reroll dice that aren't locked
|
||||||
reroll();
|
reroll();
|
||||||
round.reduceRerolls(0);
|
round.reduceRerolls(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (input.isKeyPressed(Input.Keys.SHIFT_LEFT)) {
|
if (input.isKeyPressed(Input.Keys.SHIFT_LEFT)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue