feat: correct typos in MistTag and Lance's dialog
parent
26b1bb5f03
commit
fac78e085c
|
@ -65,7 +65,7 @@ export class MistTag extends ArenaTag {
|
|||
super.onAdd(arena);
|
||||
|
||||
const source = arena.scene.getPokemonById(this.sourceId);
|
||||
arena.scene.queueMessage(getPokemonMessage(source, `'s team became\nshrowded in mist!`));
|
||||
arena.scene.queueMessage(getPokemonMessage(source, `'s team became\nshrouded in mist!`));
|
||||
}
|
||||
|
||||
apply(arena: Arena, args: any[]): boolean {
|
||||
|
|
|
@ -1453,7 +1453,7 @@ export const trainerTypeDialogue = {
|
|||
`I thought that you would be able to get this far. Let's get this started.`
|
||||
],
|
||||
victory: [
|
||||
`You got me. You are magneficent!`,
|
||||
`You got me. You are magnificent!`,
|
||||
`I never expected another trainer to beat me… I'm surprised.`
|
||||
],
|
||||
defeat: [
|
||||
|
|
Loading…
Reference in New Issue