Clean up some counters code
This commit is contained in:
@@ -85,10 +85,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');
|
||||
gameboard.setCounter('1st-floor');
|
||||
//const [trooper] = gameboard.getUnits();
|
||||
//Observable.notify('select', trooper);
|
||||
//gameboard.setCounter('prone');
|
||||
//gameboard.setCounter('1st-floor');
|
||||
}
|
||||
|
||||
function updateTurnCounter() {
|
||||
|
||||
Reference in New Issue
Block a user