mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +02:00
clear unused overrided moves
This commit is contained in:
parent
23ab8f3129
commit
e8f996d679
@ -35,8 +35,8 @@ describe("Moves - Power Trick", () => {
|
|||||||
vi.spyOn(overrides, "STARTING_LEVEL_OVERRIDE", "get").mockReturnValue(5);
|
vi.spyOn(overrides, "STARTING_LEVEL_OVERRIDE", "get").mockReturnValue(5);
|
||||||
vi.spyOn(overrides, "OPP_LEVEL_OVERRIDE", "get").mockReturnValue(6);
|
vi.spyOn(overrides, "OPP_LEVEL_OVERRIDE", "get").mockReturnValue(6);
|
||||||
vi.spyOn(overrides, "MOVESET_OVERRIDE", "get").mockReturnValue([
|
vi.spyOn(overrides, "MOVESET_OVERRIDE", "get").mockReturnValue([
|
||||||
Moves.TACKLE,
|
Moves.POWER_TRICK,
|
||||||
Moves.BATON_PASS,
|
Moves.POWER_TRICK,
|
||||||
Moves.POWER_TRICK,
|
Moves.POWER_TRICK,
|
||||||
Moves.POWER_TRICK,
|
Moves.POWER_TRICK,
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user