mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +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.resetTurnData();
|
||||||
switchOutTarget.resetSummonData();
|
switchOutTarget.resetSummonData();
|
||||||
// Decrement turns in play by one to account for the turns being incremented at the end of the current turn
|
// 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.hideInfo();
|
||||||
switchOutTarget.setVisible(false);
|
switchOutTarget.setVisible(false);
|
||||||
switchOutTarget.scene.field.remove(switchOutTarget);
|
switchOutTarget.scene.field.remove(switchOutTarget);
|
||||||
|
Loading…
Reference in New Issue
Block a user