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 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/index.js b/src/index.js index e2b9fbb..cc4dd6d 100644 --- a/src/index.js +++ b/src/index.js @@ -84,12 +84,10 @@ async function buildScenario(req) { // recordSheet.start(svg.querySelector('.start-locations'), gameboard.getUnits()); recordSheet.start(null, scenarioUnits); - const [_, trooper] = gameboard.getUnits(); - Observable.notify('select', trooper); - gameboard.setCounter('prone'); - Observable.notify('select'); - - window.gb = gameboard; + //const [_, trooper] = gameboard.getUnits(); + //Observable.notify('select', trooper); + //gameboard.setCounter('prone'); + //Observable.notify('select'); } function updateTurnCounter() { |