Update move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-30 07:55:34 -04:00 committed by GitHub
parent 89269cfa29
commit bd9f34643b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2695,7 +2695,6 @@ export class EatBerryAttr extends MoveEffectAttr {
const heldBerries = this.getTargetHeldBerries(pokemon);
if (heldBerries.length <= 0) {
// no berries makes munchlax very sad...
return false;
}