mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-17 15:25:22 +01: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();
|
||||
|
||||
globalScene.phaseManager.unshiftNew(
|
||||
"CommonAnimPhase",
|
||||
idx,
|
||||
idx,
|
||||
CommonAnim.POWDER,
|
||||
);
|
||||
globalScene.phaseManager.unshiftNew("CommonAnimPhase", idx, idx, CommonAnim.POWDER);
|
||||
|
||||
const cancelDamage = new BooleanHolder(false);
|
||||
applyAbAttrs("BlockNonDirectDamageAbAttr", pokemon, cancelDamage);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user