Lint and cleanup
This commit is contained in:
parent
e1be6675e0
commit
064e2fda7e
3 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue