mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
Fixed missing space
This commit is contained in:
parent
95c8ad5c16
commit
5ecdb70f47
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user