From 87eed665a92ebe4f1eeada1df48e4ce15c916e3d Mon Sep 17 00:00:00 2001 From: innerthunder Date: Thu, 15 Aug 2024 17:56:16 -0700 Subject: [PATCH] Remove misleading comment in Download attr --- src/data/ability.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index f37651ee367..cc4cca7b2ee 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2039,7 +2039,6 @@ export class DownloadAbAttr extends PostSummonAbAttr { private enemyCountTally: integer; private stats: BattleStat[]; - // TODO: Implement the Substitute feature(s) once move is implemented. /** * Checks to see if it is the opening turn (starting a new game), if so, Download won't work. This is because Download takes into account * vitamins and items, so it needs to use the BattleStat and the stat alone.