mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-25 08:49:32 +02:00
fix: 2 mystery encounter translation loading
This commit is contained in:
parent
335b70676d
commit
906c993ee8
@ -15,7 +15,7 @@ import { ModifierRewardPhase } from "#app/phases/modifier-reward-phase";
|
|||||||
import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode";
|
import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode";
|
||||||
|
|
||||||
/** the i18n namespace for this encounter */
|
/** the i18n namespace for this encounter */
|
||||||
const namespace = "mysteryEncounters/offerYouCantRefuse";
|
const namespace = "mysteryEncounters/anOfferYouCantRefuse";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An Offer You Can't Refuse encounter.
|
* An Offer You Can't Refuse encounter.
|
||||||
|
@ -18,7 +18,7 @@ import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode";
|
|||||||
import { Abilities } from "#enums/abilities";
|
import { Abilities } from "#enums/abilities";
|
||||||
|
|
||||||
/** the i18n namespace for this encounter */
|
/** the i18n namespace for this encounter */
|
||||||
const namespace = "mysteryEncounters/pokemonSalesman";
|
const namespace = "mysteryEncounters/thePokemonSalesman";
|
||||||
|
|
||||||
const MAX_POKEMON_PRICE_MULTIPLIER = 4;
|
const MAX_POKEMON_PRICE_MULTIPLIER = 4;
|
||||||
|
|
||||||
|
@ -221,8 +221,8 @@ export async function initI18n(): Promise<void> {
|
|||||||
"mysteryEncounters/lostAtSea",
|
"mysteryEncounters/lostAtSea",
|
||||||
"mysteryEncounters/fieryFallout",
|
"mysteryEncounters/fieryFallout",
|
||||||
"mysteryEncounters/theStrongStuff",
|
"mysteryEncounters/theStrongStuff",
|
||||||
"mysteryEncounters/pokemonSalesman",
|
"mysteryEncounters/thePokemonSalesman",
|
||||||
"mysteryEncounters/offerYouCantRefuse",
|
"mysteryEncounters/anOfferYouCantRefuse",
|
||||||
"mysteryEncounters/delibirdy",
|
"mysteryEncounters/delibirdy",
|
||||||
"mysteryEncounters/absoluteAvarice",
|
"mysteryEncounters/absoluteAvarice",
|
||||||
"mysteryEncounters/aTrainersTest",
|
"mysteryEncounters/aTrainersTest",
|
||||||
|
Loading…
Reference in New Issue
Block a user