mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Compare commits
2 Commits
67e2fad063
...
04892b83b2
Author | SHA1 | Date | |
---|---|---|---|
|
04892b83b2 | ||
|
111f661170 |
@ -62,8 +62,8 @@ export class GameOverPhase extends BattlePhase {
|
||||
const genderIndex = globalScene.gameData.gender ?? PlayerGender.UNSET;
|
||||
const genderStr = PlayerGender[genderIndex].toLowerCase();
|
||||
globalScene.ui.showDialogue(
|
||||
i18next.t("miscDialogue:ending_endless", { context: genderStr }),
|
||||
i18next.t("miscDialogue:ending_name"),
|
||||
i18next.t("miscDialogue:endingEndless", { context: genderStr }),
|
||||
i18next.t("miscDialogue:endingName"),
|
||||
0,
|
||||
() => this.handleGameOver(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user