mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-12 10:29:30 +02:00
Fix after review
This commit is contained in:
parent
b20aaf012e
commit
0188a0e51f
@ -40,7 +40,7 @@ export enum FieldPosition {
|
|||||||
RIGHT
|
RIGHT
|
||||||
}
|
}
|
||||||
|
|
||||||
const ABILITY_OVERRIDE = Abilities.SOLAR_POWER;
|
const ABILITY_OVERRIDE = Abilities.NONE;
|
||||||
const MOVE_OVERRIDE = Moves.NONE;
|
const MOVE_OVERRIDE = Moves.NONE;
|
||||||
|
|
||||||
const OPP_ABILITY_OVERRIDE = Abilities.NONE;
|
const OPP_ABILITY_OVERRIDE = Abilities.NONE;
|
||||||
|
Loading…
Reference in New Issue
Block a user