From 8ee1ce145f28113bbfe1370274df67ab7f09bef8 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Fri, 30 May 2025 11:20:48 -0400 Subject: [PATCH] Fixed comment --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index c057682ce74..ba2d155090d 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -6966,7 +6966,7 @@ export class PokemonTurnData { /** * The amount of times this Pokemon has acted again and used a move in the current turn. * Used to make sure multi-hits occur properly when the user is - * forced to act again in the same turn, and must be incremented by any effects that grant extra turns. + * forced to act again in the same turn, and **must be incremented** by any effects that grant extra actions. */ public extraTurns = 0; /**