mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
Apply Biome
This commit is contained in:
parent
537efd4334
commit
6d7d9010b7
@ -1194,7 +1194,14 @@ class TailwindTag extends ArenaTag {
|
|||||||
// TODO: Ability displays should be handled by the ability
|
// TODO: Ability displays should be handled by the ability
|
||||||
if (pokemon.hasAbility(AbilityId.WIND_RIDER)) {
|
if (pokemon.hasAbility(AbilityId.WIND_RIDER)) {
|
||||||
globalScene.phaseManager.queueAbilityDisplay(pokemon, false, true);
|
globalScene.phaseManager.queueAbilityDisplay(pokemon, false, true);
|
||||||
globalScene.phaseManager.unshiftNew("StatStageChangePhase", pokemon.getBattlerIndex(), true, [Stat.ATK], 1, true);
|
globalScene.phaseManager.unshiftNew(
|
||||||
|
"StatStageChangePhase",
|
||||||
|
pokemon.getBattlerIndex(),
|
||||||
|
true,
|
||||||
|
[Stat.ATK],
|
||||||
|
1,
|
||||||
|
true,
|
||||||
|
);
|
||||||
globalScene.phaseManager.queueAbilityDisplay(pokemon, false, false);
|
globalScene.phaseManager.queueAbilityDisplay(pokemon, false, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user