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; /**