From e80931401bb39f54bd1cf8a9faf2f7fe102d608a Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:10:44 +0200 Subject: logging --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- cgit v1.2.3