mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-01 13:12:19 +02:00
Update config.ts
This commit is contained in:
parent
0d7e8119c6
commit
cec23b04f9
@ -62,7 +62,7 @@ import trainingSession from "./mystery-encounters/training-session-dialogue.json
|
|||||||
import trashToTreasure from "./mystery-encounters/trash-to-treasure-dialogue.json";
|
import trashToTreasure from "./mystery-encounters/trash-to-treasure-dialogue.json";
|
||||||
import uncommonBreed from "./mystery-encounters/uncommon-breed-dialogue.json";
|
import uncommonBreed from "./mystery-encounters/uncommon-breed-dialogue.json";
|
||||||
import weirdDream from "./mystery-encounters/weird-dream-dialogue.json";
|
import weirdDream from "./mystery-encounters/weird-dream-dialogue.json";
|
||||||
import expertBreeder from "./mystery-encounters/the-expert-breeder-dialogue.json";
|
import expertPokemonBreeder from "./mystery-encounters/the-expert-pokemon-breeder-dialogue.json";
|
||||||
import nature from "./nature.json";
|
import nature from "./nature.json";
|
||||||
import partyUiHandler from "./party-ui-handler.json";
|
import partyUiHandler from "./party-ui-handler.json";
|
||||||
import pokeball from "./pokeball.json";
|
import pokeball from "./pokeball.json";
|
||||||
@ -185,7 +185,7 @@ export const ptBrConfig = {
|
|||||||
funAndGames,
|
funAndGames,
|
||||||
uncommonBreed,
|
uncommonBreed,
|
||||||
globalTradeSystem,
|
globalTradeSystem,
|
||||||
expertBreeder
|
expertPokemonBreeder
|
||||||
},
|
},
|
||||||
mysteryEncounterMessages
|
mysteryEncounterMessages
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user