mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
Fixed comment
This commit is contained in:
parent
6936d7235e
commit
8ee1ce145f
@ -6966,7 +6966,7 @@ export class PokemonTurnData {
|
|||||||
/**
|
/**
|
||||||
* The amount of times this Pokemon has acted again and used a move in the current turn.
|
* 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
|
* 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;
|
public extraTurns = 0;
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user