mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
removed sneaky test overrides x2
This commit is contained in:
parent
25a48beac4
commit
c9e1d5752a
@ -70,8 +70,8 @@ export const STARTING_WAVE_OVERRIDE = 0;
|
||||
export const STARTING_BIOME_OVERRIDE = Biome.TOWN;
|
||||
export const STARTING_MONEY_OVERRIDE = 0;
|
||||
|
||||
export const ABILITY_OVERRIDE = Abilities.CURIOUS_MEDICINE;
|
||||
export const MOVE_OVERRIDE = Moves.COTTON_GUARD;
|
||||
export const ABILITY_OVERRIDE = Abilities.NONE;
|
||||
export const MOVE_OVERRIDE = Moves.NONE;
|
||||
export const OPP_SPECIES_OVERRIDE = 0;
|
||||
export const OPP_ABILITY_OVERRIDE = Abilities.NONE;
|
||||
export const OPP_MOVE_OVERRIDE = Moves.NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user