Fixed tests

This commit is contained in:
Bertie690 2025-04-22 20:40:59 -04:00
parent 3876ba93be
commit 18567a2ad6

View File

@ -2672,7 +2672,6 @@ export class RemoveHeldItemAttr extends MoveEffectAttr {
*/
export class EatBerryAttr extends MoveEffectAttr {
protected chosenBerry: BerryModifier;
protected chosenBerry: BerryModifier | undefined;
constructor(selfTarget: boolean) {
super(selfTarget);
}