summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index c688246..2bdbd6c 100644
--- a/rules.js
+++ b/rules.js
@@ -1584,7 +1584,7 @@ states.end_turn_4_5_4 = {
if (dem_has_scoring_card && com_has_scoring_card) {
log('Both players have held scoring cards')
- game.state = 'game_end_tie'
+ goto_game_over('', `The game is tied due to held scoring cards!`)
}
else if (dem_has_scoring_card) {
log('Democrat player has a held scoring card')