add missed space

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
allen925 2024-08-24 02:42:35 -07:00
parent 6cc1700d59
commit df9dfad0f1

View File

@ -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;