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