diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-04 14:21:40 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-04 14:21:40 +0000 |
commit | afebec38223f354e20bb6d6965661ceb420550aa (patch) | |
tree | e11f7cd0195cc472b2643830c419404b80400853 | |
parent | a326442a485a87f8a11f8b2b9a7451a7aa71b9ab (diff) | |
download | 1989-dawn-of-freedom-afebec38223f354e20bb6d6965661ceb420550aa.tar.gz |
Fix merge error
-rw-r--r-- | rules.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -508,11 +508,6 @@ states.place_starting_infl = { game.available_ops = game.starting_infl[game.temp] next_player() valid_spaces_setup() - do_log_summary() - game.temp ++ - game.available_ops = game.starting_infl[game.temp] - next_player() - valid_spaces_setup() }, start() { do_log_summary() |