Removed extra space

This commit is contained in:
snoopy369 2024-04-15 10:34:28 -07:00 committed by GitHub
parent 3695af5e4e
commit 1b85143d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);