Removed extra space

pull/140/head
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
1 changed files with 1 additions and 1 deletions

View File

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