inhale... exhale... corrected variable name to pass linter

This commit is contained in:
frutescens 2024-11-09 19:56:55 -08:00
parent befba38c17
commit 3b0e6f37e8

View File

@ -32,7 +32,7 @@ export class GameOverPhase extends BattlePhase {
constructor(scene: BattleScene, isVictory: boolean = false) {
super(scene);
this.isVictory = victory;
this.isVictory = isVictory;
}
start() {