Remove a "TODO" comment (answer: it's for moves like Copycat/etc)

This commit is contained in:
NightKev 2024-09-06 02:34:51 -07:00
parent da34c6e5f2
commit 9635c4b62f
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ export class MovePhase extends BattlePhase {
}
// Update the battle's "last move" pointer, unless we're currently mimicking a move.
// TODO: what does this accomplish? what would break if we didn't do it?
if (!allMoves[this.move.moveId].hasAttr(CopyMoveAttr)) {
this.scene.currentBattle.lastMove = this.move.moveId;
}