From e269aa6ec52c2aeb102eb816d90ead0a999191e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 28 Sep 2023 01:00:55 +0200 Subject: Fix town names. --- rules.js | 1 + 1 file changed, 1 insertion(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 204575c..2620444 100644 --- a/rules.js +++ b/rules.js @@ -1892,6 +1892,7 @@ states.attack_who = { function begin_attack() { game.count = 0 + // TODO: move to just before rolling so we can see committed fresh cav! for (let p of friendly_infantry_corps()) if (can_attack_infantry_support(p)) game.count |= (1 << p) -- cgit v1.2.3