diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-28 01:00:55 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-01 16:11:22 +0200 |
commit | e269aa6ec52c2aeb102eb816d90ead0a999191e3 (patch) | |
tree | 57e26e6c5109376221fb7fe4546cec431c951d72 /rules.js | |
parent | d0048ced018cabeac2e0657abfb288a69e154ebd (diff) | |
download | waterloo-campaign-1815-e269aa6ec52c2aeb102eb816d90ead0a999191e3.tar.gz |
Fix town names.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |