mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 11:52:18 +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();
|
target.updateInfo();
|
||||||
user.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;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user