diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-03 11:47:03 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-03 11:47:35 +0100 |
commit | e9c7ce634c1aa185df192efc059b1a87d5015bc3 (patch) | |
tree | 869bd84d5ca2c2c885049f7f43fe9e3b65bf93d7 /rules.js | |
parent | a7b1d3610557aededbcfec2917e8b05b6db8bc13 (diff) | |
download | algeria-e9c7ce634c1aa185df192efc059b1a87d5015bc3.tar.gz |
fixups.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -2469,8 +2469,6 @@ states.gov_reinforcement = { log_area_unit_list("Activate", game.summary.activate) log_lower_gov_psl(game.summary.activate_cost) - log_area_unit_list("Remove", game.summary.remove) - if (game.summary.air_pts) { log_br() log("Air PTS +" + game.summary.air_pts) @@ -2536,11 +2534,6 @@ function give_fln_ap() { } total_ap += control_ap - - if (summary) { - log(`A${loc}`) - logi(`${summary} (${control_ap})`) - } }) raise_fln_ap(total_ap) @@ -2781,7 +2774,7 @@ function goto_gov_deployment_phase() { } game.state = "gov_deployment" game.selected = [] - game.operations = [] + game.deployed = [] game.mode_changed = [] } @@ -3303,7 +3296,7 @@ function goto_distribute_psp(who, psp, reason) { } set_active_player() log_br() - if (game.active === FLN) + if (game.active === FLN_NAME) log(`FLN to distribute ${psp} PSP.`) else log(`Gov to distribute ${psp} PSP.`) |