mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-13 02:49:26 +02:00
Removed unused leftover getPregenArgs
methods
This commit is contained in:
parent
dac9e202a0
commit
acc12318d7
@ -440,10 +440,6 @@ export class ChangeTeraTypeReward extends PokemonReward {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
getPregenArgs(): any[] {
|
|
||||||
return [this.teraType];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if {@linkcode TerrastalizeConsumable} should be applied
|
* Checks if {@linkcode TerrastalizeConsumable} should be applied
|
||||||
* @param playerPokemon The {@linkcode PlayerPokemon} that consumes the item
|
* @param playerPokemon The {@linkcode PlayerPokemon} that consumes the item
|
||||||
@ -924,10 +920,6 @@ export class AttackTypeBoosterReward extends HeldItemReward {
|
|||||||
this.moveType = moveType;
|
this.moveType = moveType;
|
||||||
this.boostPercent = boostPercent;
|
this.boostPercent = boostPercent;
|
||||||
}
|
}
|
||||||
|
|
||||||
getPregenArgs(): any[] {
|
|
||||||
return [this.moveType];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function incrementLevelWithCandy(pokemon: Pokemon): boolean {
|
function incrementLevelWithCandy(pokemon: Pokemon): boolean {
|
||||||
@ -1103,10 +1095,6 @@ export class EvolutionItemReward extends PokemonReward {
|
|||||||
return i18next.t("modifierType:ModifierType.EvolutionItemModifierType.description");
|
return i18next.t("modifierType:ModifierType.EvolutionItemModifierType.description");
|
||||||
}
|
}
|
||||||
|
|
||||||
getPregenArgs(): any[] {
|
|
||||||
return [this.evolutionItem];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Applies {@linkcode EvolutionItemConsumable}
|
* Applies {@linkcode EvolutionItemConsumable}
|
||||||
* @param playerPokemon The {@linkcode PlayerPokemon} that should evolve via item
|
* @param playerPokemon The {@linkcode PlayerPokemon} that should evolve via item
|
||||||
|
Loading…
Reference in New Issue
Block a user