diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-10-09 15:21:23 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 4092bbe6ed55bd05c311eb33d07384594461793a (patch) | |
tree | 0d8205174ecee5de4ededfe1923de84edb08fdeb /rules.js | |
parent | d9b4d320428b96de7068557e06258567cf7ac4df (diff) | |
download | plantagenet-4092bbe6ed55bd05c311eb33d07384594461793a.tar.gz |
Fixed unit selection in battle.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5573,7 +5573,7 @@ function goto_assign_hits() { for (let pos of game.battle.engagements[0]) { let lord = game.battle.array[pos] if (is_friendly_lord(lord)) { - found = lord + found = pos ++count } } |