From 0188a0e51fc09910e169cba0d216686eaf01c268 Mon Sep 17 00:00:00 2001 From: Hyun Ahn Date: Tue, 28 Nov 2023 13:59:37 +0900 Subject: [PATCH] Fix after review --- src/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;