stuff cheeks bug fix

pull/232/head
Luc 2024-05-08 22:54:15 -04:00
parent 7a6c215a7c
commit 83663bc252
1 changed files with 2 additions and 1 deletions

View File

@ -1238,7 +1238,8 @@ export class EatBerryAttr extends MoveEffectAttr {
target.scene.removeModifier(this.chosenBerry, !target.isPlayer());
target.scene.updateModifiers(target.isPlayer());
}
this.chosenBerry = undefined;
return true;
}