mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Remove Slow Start volatile tag on suppression (#11571)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This commit is contained in:
parent
e847960a1b
commit
a6c45ecb45
|
|
@ -4255,6 +4255,10 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
|
|||
return this.chainModify(0.5);
|
||||
}
|
||||
},
|
||||
onEnd(pokemon) {
|
||||
if (pokemon.beingCalledBack) return;
|
||||
this.add('-end', pokemon, 'Slow Start', '[silent]');
|
||||
},
|
||||
flags: {},
|
||||
name: "Slow Start",
|
||||
rating: -1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user