From d835cfd13fdb200c8334628f0386e52ab55bee8e Mon Sep 17 00:00:00 2001 From: jjoines <122958872+jjoines@users.noreply.github.com> Date: Tue, 28 May 2024 08:23:29 -0500 Subject: [PATCH] Fix battle girl victory dialogue (#1489) Fixed string to have colon, not a period. --- src/data/dialogue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/dialogue.ts b/src/data/dialogue.ts index 2e09bb00dff..4914d9f4e95 100644 --- a/src/data/dialogue.ts +++ b/src/data/dialogue.ts @@ -250,7 +250,7 @@ export const trainerTypeDialogue = { "dialogue:battle_girl.encounter.1", ], victory: [ - "dialogue.battle_girl.victory.1", + "dialogue:battle_girl.victory.1", ] } ],