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
a764134d56
commit
3a0084b517
@ -405,7 +405,6 @@ export abstract class LapsingPersistentModifier extends PersistentModifier {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates an existing modifier with a new `maxBattles` and `battleCount`.
|
* Updates an existing modifier with a new `maxBattles` and `battleCount`.
|
||||||
* @param count
|
|
||||||
*/
|
*/
|
||||||
setNewBattleCount(count: number): void {
|
setNewBattleCount(count: number): void {
|
||||||
this.maxBattles = count;
|
this.maxBattles = count;
|
||||||
|
Loading…
Reference in New Issue
Block a user