Remove Slow Start volatile tag on suppression (#11571)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run

This commit is contained in:
André Bastos Dias 2026-02-03 00:47:14 +00:00 committed by GitHub
parent e847960a1b
commit a6c45ecb45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,