index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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)); }) ); |