From 2f4151a8c269f19e8b40ca0e1692cbc888269548 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 8 Jan 2025 17:39:57 +0000 Subject: Fix typo --- rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules.js b/rules.js index 3707776..4052db4 100644 --- a/rules.js +++ b/rules.js @@ -3818,7 +3818,7 @@ function finish_we_are_the_people() { // =========== MOVING THROUGH TURNS ============ function end_round() { - console.log('end round , game.persistent_events', game.persistent_events) + //console.log('end round , game.persistent_events', game.persistent_events) // Check if the game is over! if (game.state === 'game_over') { return @@ -4779,7 +4779,7 @@ function vm_prompt() { } function vm_return() { - console.log('in vm_return, game.active', game.active) + //console.log('in vm_return, game.active', game.active) // Remove temporary vm variables delete game.support_check_modifier delete game.vm_max_infl @@ -7166,7 +7166,7 @@ states.vm_exit_visas = { }, pass() { push_undo() - log('Did not discard') + log('Did not discard.') game.state = 'vm_exit_visas_finish' }, done() { -- cgit v1.2.3