diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-11 07:10:44 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-11 07:10:44 +0200 |
commit | e80931401bb39f54bd1cf8a9faf2f7fe102d608a (patch) | |
tree | 7cb73140317f41ac0825020e12fff507bc20a7d2 | |
parent | 2f7182bf7545e0ecab3f0f98741bfbd0ac172994 (diff) | |
download | algeria-e80931401bb39f54bd1cf8a9faf2f7fe102d608a.tar.gz |
logging
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() { |