summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 0fd57e4..0fae343 100644
--- a/rules.js
+++ b/rules.js
@@ -2201,6 +2201,7 @@ states.fln_operations = {
},
gov_mission() {
game.passes = 0
+ log("Lets Government do a Mission")
goto_gov_operations_phase()
},
pass() {
@@ -3600,7 +3601,7 @@ function unit_redeployment() {
game.air_avail = game.air_max
game.helo_avail = game.helo_max
- log(`Air Avail=${game.air_avail} Helo Avail=${game.helo_avail}`)
+ // log(`Air Avail=${game.air_avail} Helo Avail=${game.helo_avail}`)
}
function coup_attempt() {