Removed unused leftover getPregenArgs methods

This commit is contained in:
Wlowscha 2025-08-07 18:14:04 +02:00
parent dac9e202a0
commit acc12318d7
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -440,10 +440,6 @@ export class ChangeTeraTypeReward extends PokemonReward {
});
}
getPregenArgs(): any[] {
return [this.teraType];
}
/**
* Checks if {@linkcode TerrastalizeConsumable} should be applied
* @param playerPokemon The {@linkcode PlayerPokemon} that consumes the item
@ -924,10 +920,6 @@ export class AttackTypeBoosterReward extends HeldItemReward {
this.moveType = moveType;
this.boostPercent = boostPercent;
}
getPregenArgs(): any[] {
return [this.moveType];
}
}
function incrementLevelWithCandy(pokemon: Pokemon): boolean {
@ -1103,10 +1095,6 @@ export class EvolutionItemReward extends PokemonReward {
return i18next.t("modifierType:ModifierType.EvolutionItemModifierType.description");
}
getPregenArgs(): any[] {
return [this.evolutionItem];
}
/**
* Applies {@linkcode EvolutionItemConsumable}
* @param playerPokemon The {@linkcode PlayerPokemon} that should evolve via item