Fixed that the parasol lady for some reason wanted to start her dialogue with victory dialogue 2 instead of 1 (#1437)
This commit is contained in:
parent
b768362090
commit
d23d835687
|
@ -174,7 +174,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Zeit, das Schlachtfeld mit Eleganz und Anmut zu betreten!",
|
||||
},
|
||||
"victory": {
|
||||
2: "Meine Eleganz bleibt ungebrochen!",
|
||||
1: "Meine Eleganz bleibt ungebrochen!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -167,7 +167,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -167,7 +167,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -2444,7 +2444,7 @@ export const PGFdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -167,7 +167,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -167,7 +167,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
|
@ -167,7 +167,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
|||
1: "Time to grace the battlefield with elegance and poise!",
|
||||
},
|
||||
"victory": {
|
||||
2: "My elegance remains unbroken!",
|
||||
1: "My elegance remains unbroken!",
|
||||
}
|
||||
},
|
||||
"twins": {
|
||||
|
|
Loading…
Reference in New Issue