Upgrade
This commit is contained in:
@ -47,7 +47,7 @@ export class SoSCombat extends Combat {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
async nextTurn() {
|
||||
console.log("Goingo to phase !", this.phaseNumber );
|
||||
console.log("Going to phase !", this.phaseNumber );
|
||||
// Get all actions for this phase
|
||||
let phaseIndex = this.phaseNumber - 1;
|
||||
let actionList = [];
|
||||
|
Reference in New Issue
Block a user