mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-29 13:08:44 +00:00
Fix battle girl victory dialogue (#1489)
Fixed string to have colon, not a period.
This commit is contained in:
parent
77b59a1cef
commit
d835cfd13f
@ -250,7 +250,7 @@ export const trainerTypeDialogue = {
|
|||||||
"dialogue:battle_girl.encounter.1",
|
"dialogue:battle_girl.encounter.1",
|
||||||
],
|
],
|
||||||
victory: [
|
victory: [
|
||||||
"dialogue.battle_girl.victory.1",
|
"dialogue:battle_girl.victory.1",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user