From dab1c31ac0c6235dd4e1338a822f8e4ff062ac17 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 20 Sep 2024 10:53:58 +0100 Subject: Updates to log with AHBR --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 11eea14..8cd9360 100644 --- a/rules.js +++ b/rules.js @@ -746,7 +746,7 @@ states.finish_do_support_check = { states.add_influence = { inactive: 'add influence.', prompt () { - if (game.available_ops === 0) { + if (game.available_ops <= 0) { view.prompt = 'Place influence: done.' gen_action("done") return @@ -1974,7 +1974,7 @@ function add_infl(space) { game.available_ops -= 2 //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.available_ops < 0) { - log(`Used +1 from C58`) + log(`Used +1 op from C58`) } } else { game.available_ops-- -- cgit v1.2.3