mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 06:15:20 +01:00
[Misc] Remove leftover temporary comments in pokemon.ts
This commit is contained in:
parent
de94e738fb
commit
b7cee4b313
@ -1440,7 +1440,6 @@ export abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
simulated = true,
|
||||
ignoreHeldItems = false,
|
||||
): number {
|
||||
// biome-ignore-start lint/nursery/useMaxParams: test
|
||||
const statVal = new NumberHolder(this.getStat(stat, false));
|
||||
if (!ignoreHeldItems) {
|
||||
globalScene.applyModifiers(StatBoosterModifier, this.isPlayer(), this, stat, statVal);
|
||||
@ -1539,7 +1538,6 @@ export abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
}
|
||||
|
||||
return Math.floor(ret);
|
||||
// biome-ignore-end lint/nursery/useMaxParams: test
|
||||
}
|
||||
|
||||
calculateStats(): void {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user