summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-11 07:10:44 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-10-11 07:10:44 +0200
commite80931401bb39f54bd1cf8a9faf2f7fe102d608a (patch)
tree7cb73140317f41ac0825020e12fff507bc20a7d2
parent2f7182bf7545e0ecab3f0f98741bfbd0ac172994 (diff)
downloadalgeria-e80931401bb39f54bd1cf8a9faf2f7fe102d608a.tar.gz
logging
-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() {