mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Drop readonly on timingModifier
This commit is contained in:
parent
f743dc7648
commit
d6d2870f02
@ -44,7 +44,7 @@ export class MovePhase extends PokemonPhase {
|
|||||||
protected _targets: BattlerIndex[];
|
protected _targets: BattlerIndex[];
|
||||||
public readonly useMode: MoveUseMode; // Made public for quash
|
public readonly useMode: MoveUseMode; // Made public for quash
|
||||||
/** The timing modifier of the move (used by Quash and to force called moves to the front of their queue) */
|
/** The timing modifier of the move (used by Quash and to force called moves to the front of their queue) */
|
||||||
public readonly timingModifier: MovePhaseTimingModifier;
|
public timingModifier: MovePhaseTimingModifier;
|
||||||
/** Whether the current move should fail but still use PP. */
|
/** Whether the current move should fail but still use PP. */
|
||||||
protected failed = false;
|
protected failed = false;
|
||||||
/** Whether the current move should fail and retain PP. */
|
/** Whether the current move should fail and retain PP. */
|
||||||
|
Loading…
Reference in New Issue
Block a user