summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 8ed7ae9..16448dd 100644
--- a/rules.js
+++ b/rules.js
@@ -1243,7 +1243,7 @@ states.final_voting_roll = {
},
reroll() {
decrease_player_buttons(1)
- game.roll = roll_ndx(game.count, game.dice, "Re-rolled")
+ game.roll = roll_ndx(1, game.dice, "Re-rolled")
},
next() {
next_player()