Update src/modifier/modifier.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
ImperialSympathizer 2024-10-17 14:58:39 -04:00 committed by GitHub
parent a386e2b93a
commit a764134d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3338,9 +3338,9 @@ export class TempExtraModifierModifier extends LapsingPersistentModifier {
} }
/** /**
* Increases the current rewards in the battle by the stackCount. * Increases the current rewards in the battle by the `stackCount`.
* @returns true if the shop reward number modifier applies successfully * @returns `true` if the shop reward number modifier applies successfully
* @param count {@linkcode Utils.IntegerHolder} that holds the resulting shop item reward count * @param count {@linkcode NumberHolder} that holds the resulting shop item reward count
*/ */
apply(count: NumberHolder): boolean { apply(count: NumberHolder): boolean {
count.value += this.getStackCount(); count.value += this.getStackCount();