Fixed missing space

pull/712/head
notpatchmaybe 2024-05-10 13:49:23 +01:00 committed by GitHub
parent 95c8ad5c16
commit 5ecdb70f47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1793,7 +1793,7 @@ export class SwapStatsAttr extends MoveEffectAttr
}
target.updateInfo();
user.updateInfo();
target.scene.queueMessage(getPokemonMessage(user, `swapped stat changes with the target!`));
target.scene.queueMessage(getPokemonMessage(user, ` swapped stat changes with the target!`));
return true;
}
}