diff --git a/src/pokemon.ts b/src/pokemon.ts index be36cab1652..d6c8ada966b 100644 --- a/src/pokemon.ts +++ b/src/pokemon.ts @@ -40,7 +40,7 @@ export enum FieldPosition { RIGHT } -const ABILITY_OVERRIDE = Abilities.SOLAR_POWER; +const ABILITY_OVERRIDE = Abilities.NONE; const MOVE_OVERRIDE = Moves.NONE; const OPP_ABILITY_OVERRIDE = Abilities.NONE;