Skip to content

Commit

Permalink
Update dialogue.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alekemon authored May 30, 2024
1 parent c794c7f commit bb7a1bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/dialogue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,20 @@ export const trainerTypeDialogue: TrainerTypeDialogue = {
]
}
],
[TrainerType.FIREBREATHER]: [
{
encounter: [
"dialogue:firebreather.encounter.1",
"dialogue:firebreather.encounter.2",
"dialogue:firebreather.encounter.3",
],
victory: [
"dialogue:firebreather.victory.1",
"dialogue:firebreather.victory.2",
"dialogue:firebreather.victory.3",
]
}
],
[TrainerType.BROCK]: {
encounter: [
"dialogue:brock.encounter.1",
Expand Down

0 comments on commit bb7a1bc

Please sign in to comment.