mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-23 15:59:26 +02:00
PR Feedback
This commit is contained in:
parent
937db48b47
commit
c45e0bd360
@ -1936,7 +1936,7 @@ export class IncrementMovePriorityAttr extends MoveAttr {
|
|||||||
*/
|
*/
|
||||||
export class MultiHitAttr extends MoveAttr {
|
export class MultiHitAttr extends MoveAttr {
|
||||||
/** This move's intrinsic multi-hit type. It should never be modified. */
|
/** This move's intrinsic multi-hit type. It should never be modified. */
|
||||||
private intrinsicMultiHitType: MultiHitType;
|
private readonly intrinsicMultiHitType: MultiHitType;
|
||||||
/** This move's current multi-hit type. It may be temporarily modified by abilities (e.g., Battle Bond). */
|
/** This move's current multi-hit type. It may be temporarily modified by abilities (e.g., Battle Bond). */
|
||||||
private multiHitType: MultiHitType;
|
private multiHitType: MultiHitType;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user