diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index 2c7d4f81189..35d98f6f781 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -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.