mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Update src/modifier/modifier.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
a386e2b93a
commit
a764134d56
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user