mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update src/phases/game-over-phase.ts
Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com>
This commit is contained in:
parent
bae61cf6dd
commit
befba38c17
@ -29,7 +29,7 @@ export class GameOverPhase extends BattlePhase {
|
||||
private isVictory: boolean;
|
||||
private firstRibbons: PokemonSpecies[] = [];
|
||||
|
||||
constructor(scene: BattleScene, victory: boolean = false) {
|
||||
constructor(scene: BattleScene, isVictory: boolean = false) {
|
||||
super(scene);
|
||||
|
||||
this.isVictory = victory;
|
||||
|
Loading…
Reference in New Issue
Block a user