mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
updated lapse type to correctness
This commit is contained in:
parent
bc7d60cbec
commit
abb7496db7
@ -2829,7 +2829,7 @@ export class PowerTrickTag extends BattlerTag {
|
|||||||
|
|
||||||
export class GrudgeTag extends BattlerTag {
|
export class GrudgeTag extends BattlerTag {
|
||||||
constructor() {
|
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) {
|
onAdd(pokemon: Pokemon) {
|
||||||
|
Loading…
Reference in New Issue
Block a user