From 3bbe31935f53b860e9774e2bb0e76baca74167c5 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 8 Jan 2025 13:33:30 +0000 Subject: Indent Genscher and AHBR logging --- rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules.js b/rules.js index 5d93786..23c8047 100644 --- a/rules.js +++ b/rules.js @@ -2270,7 +2270,7 @@ function add_infl(space, ops) { ) { game[ops]-- if (!game.genscher_logged) { - log(`C${C_GENSCHER}`) + logi(`C${C_GENSCHER}`) game.genscher_logged = true } } else if (check_opp_control(space)) { @@ -2278,7 +2278,7 @@ function add_infl(space, ops) { // Check if Austria Hungary Border Reopened was used to place last SP in a controlled space in East Germany. If so, game.available_op will be negative if (game[ops] < 0) { if (!game.ahbr_logged) { - log(`C${C_AUSTRIA_HUNGARY_BORDER_REOPENED}`) + logi(`C${C_AUSTRIA_HUNGARY_BORDER_REOPENED}`) game.ahbr_logged = true } } @@ -2306,7 +2306,7 @@ function add_infl(space, ops) { ) { game[ops] ++ if (!game.ahbr_logged) { - log(`C${C_AUSTRIA_HUNGARY_BORDER_REOPENED}`) + logi(`C${C_AUSTRIA_HUNGARY_BORDER_REOPENED}`) game.ahbr_logged = true } game.austria_hungary_border_reopened_tracker = false -- cgit v1.2.3