mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
fix typos in console.log()
and i18n key use
This commit is contained in:
parent
cf298da2f8
commit
b145913ed0
@ -156,7 +156,7 @@ export class MysteryEncounterOption implements IMysteryEncounterOption {
|
||||
return true;
|
||||
}
|
||||
console.log(
|
||||
"Mystery Encounter Edge Case: Requirement not met due to primay pokemon overlapping with support pokemon. There's no valid primary pokemon left.",
|
||||
"Mystery Encounter Edge Case: Requirement not met due to primary pokemon overlapping with support pokemon. There's no valid primary pokemon left.",
|
||||
);
|
||||
return false;
|
||||
}
|
||||
|
@ -401,7 +401,7 @@ class SessionSlot extends Phaser.GameObjects.Container {
|
||||
const gameModeLabel = addTextObject(
|
||||
8,
|
||||
5,
|
||||
`${GameMode.getModeName(data.gameMode) || i18next.t("gameMode:unkown")} - ${i18next.t("saveSlotSelectUiHandler:wave")} ${data.waveIndex}`,
|
||||
`${GameMode.getModeName(data.gameMode) || i18next.t("gameMode:unknown")} - ${i18next.t("saveSlotSelectUiHandler:wave")} ${data.waveIndex}`,
|
||||
TextStyle.WINDOW,
|
||||
);
|
||||
this.add(gameModeLabel);
|
||||
|
Loading…
Reference in New Issue
Block a user