From a950baf4eed67cd2220df0fed9ea9b4250cdde95 Mon Sep 17 00:00:00 2001 From: 0zuzu Date: Thu, 16 May 2024 22:44:52 +0100 Subject: [PATCH] Removed comment --- src/phases.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index d7132ce58ec..72d94f52c00 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2335,7 +2335,6 @@ export class MovePhase extends BattlePhase { return this.end(); } - // Display move text as long as it wasn't cancelled if (this.move.moveId && !this.cancelled) this.showMoveText(); if (this.failed)