diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 26aa32c06f2..c8ca8c1effb 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2829,7 +2829,7 @@ export class PowerTrickTag extends BattlerTag { export class GrudgeTag extends BattlerTag { constructor() { - super(BattlerTagType.GRUDGE, [ BattlerTagLapseType.CUSTOM, BattlerTagLapseType.TURN_END ], 1, Moves.GRUDGE); + super(BattlerTagType.GRUDGE, [ BattlerTagLapseType.CUSTOM, BattlerTagLapseType.PRE_MOVE ], 1, Moves.GRUDGE); } onAdd(pokemon: Pokemon) {