From a764134d56afe1306776f567f48c15cccb479352 Mon Sep 17 00:00:00 2001 From: ImperialSympathizer <110984302+ben-lear@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:58:39 -0400 Subject: [PATCH] Update src/modifier/modifier.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/modifier/modifier.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modifier/modifier.ts b/src/modifier/modifier.ts index af2f0f4ac7f..d24454de067 100644 --- a/src/modifier/modifier.ts +++ b/src/modifier/modifier.ts @@ -3338,9 +3338,9 @@ export class TempExtraModifierModifier extends LapsingPersistentModifier { } /** - * Increases the current rewards in the battle by the stackCount. - * @returns true if the shop reward number modifier applies successfully - * @param count {@linkcode Utils.IntegerHolder} that holds the resulting shop item reward count + * Increases the current rewards in the battle by the `stackCount`. + * @returns `true` if the shop reward number modifier applies successfully + * @param count {@linkcode NumberHolder} that holds the resulting shop item reward count */ apply(count: NumberHolder): boolean { count.value += this.getStackCount();