mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-29 06:28:28 +01:00
Update berry-phase.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
2fe03248fb
commit
70152c23cd
@ -53,7 +53,6 @@ export class BerryPhase extends FieldPhase {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Play every endless player's least favorite animation
|
|
||||||
globalScene.unshiftPhase(
|
globalScene.unshiftPhase(
|
||||||
new CommonAnimPhase(pokemon.getBattlerIndex(), pokemon.getBattlerIndex(), CommonAnim.USE_ITEM),
|
new CommonAnimPhase(pokemon.getBattlerIndex(), pokemon.getBattlerIndex(), CommonAnim.USE_ITEM),
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user