Compare commits

..

1 Commits

Author SHA1 Message Date
fabske0
67e2fad063
Merge 9d7b9f742e into 907e3c8208 2025-08-12 18:25:39 +02:00

View File

@ -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:endingEndless", { context: genderStr }),
i18next.t("miscDialogue:endingName"),
i18next.t("miscDialogue:ending_endless", { context: genderStr }),
i18next.t("miscDialogue:ending_name"),
0,
() => this.handleGameOver(),
);