updated lapse type to correctness

This commit is contained in:
frutescens 2024-11-05 12:13:23 -08:00
parent bc7d60cbec
commit abb7496db7

View File

@ -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) {