mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
String fix
This commit is contained in:
parent
40e15ec3c4
commit
164b0d4cbb
@ -3313,7 +3313,7 @@ export class FieldPreventMovesAbAttr extends AbAttr {
|
||||
|
||||
/** @param args See {@linkcode FieldPreventMovesAbAttr}. */
|
||||
getTriggerMessage(pokemon: Pokemon, abilityName: string, ...args: any[]): string {
|
||||
return (getPokemonMessage(args[1] as Pokemon, ` cannot use ${(args[0] as Move).name}`));
|
||||
return (getPokemonMessage(args[1] as Pokemon, ` cannot use ${(args[0] as Move).name}.`));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user