From e0b966842c4580ac913ed442700a68dc9e5c1b3a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 10 Nov 2024 13:04:45 +0100 Subject: Winter attrition roll for the 6th CU in mixed stack with Washington. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index ac6fa04..13baacf 100644 --- a/rules.js +++ b/rules.js @@ -4127,7 +4127,7 @@ states.american_winter_attrition = { // TODO: let player choose (but why would they ever choose French?) if (n_total === 1) { - apply_winter_attrition(remove_american_cu, s, n_american) + apply_single_winter_attrition(remove_american_cu, s, n_american) } else { let half = Math.floor(n_total / 2) let lose_american = Math.min(half, n_american) -- cgit v1.2.3