index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 09:52:40 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 09:52:40 -0700 |
commit | a618b160d08c474b60ceeaa5f0686490eff1ca19 (patch) | |
tree | 99efb274218d2de7d4dc1ef04fdb0972b69dc3ea /index.js | |
parent | 9dbb0a5369bbe9a2adb2725e864b684bbea179a6 (diff) |
Fix ending turn not selecting active counter
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -778,6 +778,7 @@ document.querySelectorAll('.end-turn').forEach(el => .forEach(el => el.classList.remove('movement-ended')); RecordSheet.select(records.at(0)); + Counter.select(records.at(0)); }) ); |