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:45 -04:00 committed by GitHub
parent a764134d56
commit 3a0084b517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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