mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
inhale... exhale... corrected variable name to pass linter
This commit is contained in:
parent
befba38c17
commit
3b0e6f37e8
@ -32,7 +32,7 @@ export class GameOverPhase extends BattlePhase {
|
|||||||
constructor(scene: BattleScene, isVictory: boolean = false) {
|
constructor(scene: BattleScene, isVictory: boolean = false) {
|
||||||
super(scene);
|
super(scene);
|
||||||
|
|
||||||
this.isVictory = victory;
|
this.isVictory = isVictory;
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
|
Loading…
Reference in New Issue
Block a user