diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-06 15:37:33 +0000 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-06 15:37:33 +0000 |
commit | 64fcbad65ff0d06803eb988b5b3f2ce7be455009 (patch) | |
tree | be9957a2c425119b602eab0e0a2b6db5182c72a8 | |
parent | 49e20288987635142f86d8ca6bc26621ccd714d4 (diff) | |
download | votes-for-women-64fcbad65ff0d06803eb988b5b3f2ce7be455009.tar.gz |
disable bypass
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1403,8 +1403,8 @@ states.final_voting_roll = { next() { // allow opponent to re-roll if they can next_player() - if (!can_reroll()) - finalize_vote() + // if (!can_reroll()) + // finalize_vote() }, pass() { // only loser can pass |