index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js index a8e0c4b..89af2a1 100644 --- a/src/index.js +++ b/src/index.js @@ -172,8 +172,7 @@ document.querySelectorAll('.end-turn').forEach(el => gameboard.clearFiringArcs(opponent); if (opponentRecords.length > 0) { - Observable.notify('select', opponentRecords.at(0)); - //firstOpponentRecord.scrollIntoView({ behavior: 'smooth' }); + Observable.notify('select', opponentRecords.at(0), { revealCounter: true, revealRecord: true }); } }) ); |