mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Apply Biome
This commit is contained in:
parent
7d31040ef4
commit
4dacab9b41
@ -1003,12 +1003,7 @@ export class PowderTag extends BattlerTag {
|
|||||||
|
|
||||||
const idx = pokemon.getBattlerIndex();
|
const idx = pokemon.getBattlerIndex();
|
||||||
|
|
||||||
globalScene.phaseManager.unshiftNew(
|
globalScene.phaseManager.unshiftNew("CommonAnimPhase", idx, idx, CommonAnim.POWDER);
|
||||||
"CommonAnimPhase",
|
|
||||||
idx,
|
|
||||||
idx,
|
|
||||||
CommonAnim.POWDER,
|
|
||||||
);
|
|
||||||
|
|
||||||
const cancelDamage = new BooleanHolder(false);
|
const cancelDamage = new BooleanHolder(false);
|
||||||
applyAbAttrs("BlockNonDirectDamageAbAttr", pokemon, cancelDamage);
|
applyAbAttrs("BlockNonDirectDamageAbAttr", pokemon, cancelDamage);
|
||||||
|
Loading…
Reference in New Issue
Block a user