mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
add missed space
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
6cc1700d59
commit
df9dfad0f1
@ -4392,7 +4392,7 @@ export class NonStopAttr extends MoveEffectAttr {
|
||||
public tagType: BattlerTagType;
|
||||
private turnCount: number;
|
||||
// no round specify means it's a frenzy move that rand 2-3 turns
|
||||
constructor(tagType: BattlerTagType, turnCount:number = 0) {
|
||||
constructor(tagType: BattlerTagType, turnCount: number = 0) {
|
||||
super(true, MoveEffectTrigger.HIT, false, true);
|
||||
this.tagType = tagType;
|
||||
this.turnCount = turnCount;
|
||||
|
Loading…
Reference in New Issue
Block a user