Fix pluck / bug bite

Co-authored-by: innerthunder <brandonerickson98@gmail.com>
This commit is contained in:
Sirz Benjie 2025-04-12 16:22:27 -05:00
parent f29486cd4e
commit c229e60932
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -2729,7 +2729,7 @@ export class EatBerryAttr extends MoveEffectAttr {
*/
export class StealEatBerryAttr extends EatBerryAttr {
constructor() {
super(true);
super(false);
}
/**
* User steals a random berry from the target and then eats it.