Update berry-phase.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-28 21:34:51 -04:00 committed by GitHub
parent 2fe03248fb
commit 70152c23cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,6 @@ export class BerryPhase extends FieldPhase {
return;
}
// Play every endless player's least favorite animation
globalScene.unshiftPhase(
new CommonAnimPhase(pokemon.getBattlerIndex(), pokemon.getBattlerIndex(), CommonAnim.USE_ITEM),
);