diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-10 13:04:45 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-10 13:04:45 +0100 |
commit | e0b966842c4580ac913ed442700a68dc9e5c1b3a (patch) | |
tree | b2d1003b95d2768b47776c36135f39ac204e05bb | |
parent | cb1594bd072830d4687a121330912ecf8495a975 (diff) | |
download | washingtons-war-e0b966842c4580ac913ed442700a68dc9e5c1b3a.tar.gz |
Winter attrition roll for the 6th CU in mixed stack with Washington.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |