Fixed missing space

This commit is contained in:
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

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;
}
}