summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 9278951..38d9c9f 100644
--- a/rules.js
+++ b/rules.js
@@ -1332,7 +1332,6 @@ states.final_voting_roll = {
}
},
roll() {
- game.persistent_ballot.includes(VOTER_REGISTRATION)
game.roll = roll_ndx(1, game.dice, `${game.active} rolled`)
game.opponent_roll = roll_ndx(1, game.opponent_dice, `${opponent_name()} rolled`)
},