mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
argh
This commit is contained in:
parent
5a83f70cb6
commit
5e2dab0d44
@ -381,7 +381,8 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||||||
modeText.appendText(`${i18next.t("gameMode:dailyRun")}`, false);
|
modeText.appendText(`${i18next.t("gameMode:dailyRun")}`, false);
|
||||||
break;
|
break;
|
||||||
case GameModes.SPLICED_ENDLESS:
|
case GameModes.SPLICED_ENDLESS:
|
||||||
modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false); break;
|
modeText.appendText(`${i18next.t("gameMode:endlessSpliced")}`, false);
|
||||||
|
break;
|
||||||
case GameModes.CHALLENGE:
|
case GameModes.CHALLENGE:
|
||||||
modeText.appendText(`${i18next.t("gameMode:challenge")}`, false);
|
modeText.appendText(`${i18next.t("gameMode:challenge")}`, false);
|
||||||
modeText.appendText(`${i18next.t("runHistory:challengeRules")}: `);
|
modeText.appendText(`${i18next.t("runHistory:challengeRules")}: `);
|
||||||
|
Loading…
Reference in New Issue
Block a user