Lint and cleanup

This commit is contained in:
Oliver-Akins 2025-02-15 01:44:28 -07:00
parent e1be6675e0
commit 064e2fda7e
3 changed files with 6 additions and 5 deletions

View file

@ -93,7 +93,7 @@ export class RipCryptCombat extends Combat {
this.round = 0;
return this;
};
return this.previousRound()
return this.previousRound();
}
const advanceTime = this.getTimeDelta(this.round, this.turn, this.round, previousTurn);