diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |