diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-08 17:39:57 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-08 17:39:57 +0000 |
commit | 2f4151a8c269f19e8b40ca0e1692cbc888269548 (patch) | |
tree | 459e7b07c53dc3bfb37ab75ab5e15f629241dff2 | |
parent | 9bf1f21e5b6cfdb39b99a88a6185c2d9fc40caec (diff) | |
download | 1989-dawn-of-freedom-2f4151a8c269f19e8b40ca0e1692cbc888269548.tar.gz |
Fix typo
-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() { |