From bbbc61f7428723b7d4000600a55a1fbf9557d01d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 9 May 2022 22:16:23 +0200 Subject: Nationalism. --- rules.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules.js b/rules.js index b16295c..d98f4e1 100644 --- a/rules.js +++ b/rules.js @@ -1825,7 +1825,10 @@ function count_player_cylinders(p, r) { } function count_active_armies_in_region(where) { - return count_player_armies_in_region(game.active, where); + let n = count_player_armies_in_region(game.active, where); + if (player.events.nationalism) + n += count_player_cylinders(game.active, where); + return n; } function count_enemy_blocks_on_border(where) { -- cgit v1.2.3