From dda11334dcc8fbe2b0a22154a4b9528a76557eb7 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 20 Sep 2024 11:06:48 +0100 Subject: Fix remove influence in Ceausescu --- rules.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 8cd9360..6b4f420 100644 --- a/rules.js +++ b/rules.js @@ -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 op from C58`) + log(`(Used +1 op from C58)`) } } else { game.available_ops-- @@ -4373,6 +4373,7 @@ function vm_ceausescu() { game.valid_spaces = [61] game.vm_available_ops = 1 //next_player() + game.remove_opponent_infl = false game.state = 'vm_remove_infl' } else {vm_next()} -- cgit v1.2.3