mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-31 12:42:22 +02:00
Update config.ts
This commit is contained in:
parent
c245e066b9
commit
ad5fee3e26
@ -62,6 +62,7 @@ import trainingSession from "./mystery-encounters/training-session-dialogue.json
|
||||
import trashToTreasure from "./mystery-encounters/trash-to-treasure-dialogue.json";
|
||||
import uncommonBreed from "./mystery-encounters/uncommon-breed-dialogue.json";
|
||||
import weirdDream from "./mystery-encounters/weird-dream-dialogue.json";
|
||||
import expertBreeder from "./mystery-encounters/the-expert-breeder-dialogue.json";
|
||||
import nature from "./nature.json";
|
||||
import partyUiHandler from "./party-ui-handler.json";
|
||||
import pokeball from "./pokeball.json";
|
||||
@ -183,7 +184,8 @@ export const ptBrConfig = {
|
||||
bugTypeSuperfan,
|
||||
funAndGames,
|
||||
uncommonBreed,
|
||||
globalTradeSystem
|
||||
globalTradeSystem,
|
||||
expertBreeder
|
||||
},
|
||||
mysteryEncounterMessages
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user