mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Merge pull request #6463 from Xavion3/remove-e4-tera-recharge
[Balance] Make e4 not automatically recharge tera
This commit is contained in:
commit
45a162059c
@ -1476,10 +1476,7 @@ export class BattleScene extends SceneBase {
|
||||
pokemon.resetBattleAndWaveData();
|
||||
pokemon.resetTera();
|
||||
applyAbAttrs("PostBattleInitAbAttr", { pokemon });
|
||||
if (
|
||||
pokemon.hasSpecies(SpeciesId.TERAPAGOS) ||
|
||||
(this.gameMode.isClassic && this.currentBattle.waveIndex > 180 && this.currentBattle.waveIndex <= 190)
|
||||
) {
|
||||
if (pokemon.hasSpecies(SpeciesId.TERAPAGOS)) {
|
||||
this.arena.playerTerasUsed = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user