mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Removed extra space
This commit is contained in:
parent
3695af5e4e
commit
1b85143d63
@ -2641,7 +2641,7 @@ export class ForceSwitchOutAttr extends MoveEffectAttr {
|
||||
switchOutTarget.resetTurnData();
|
||||
switchOutTarget.resetSummonData();
|
||||
// Decrement turns in play by one to account for the turns being incremented at the end of the current turn
|
||||
switchOutTarget.battleSummonData.turnCount --;
|
||||
switchOutTarget.battleSummonData.turnCount--;
|
||||
switchOutTarget.hideInfo();
|
||||
switchOutTarget.setVisible(false);
|
||||
switchOutTarget.scene.field.remove(switchOutTarget);
|
||||
|
Loading…
Reference in New Issue
Block a user