mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Update bug-type-superfan-encounter.test.ts fix test
This commit is contained in:
parent
a1020631f1
commit
11ee31d466
@ -118,7 +118,6 @@ const POOL_4_POKEMON = [Species.GENESECT, Species.SLITHER_WING, Species.BUZZWOLE
|
|||||||
|
|
||||||
const PHYSICAL_TUTOR_MOVES = [
|
const PHYSICAL_TUTOR_MOVES = [
|
||||||
Moves.MEGAHORN,
|
Moves.MEGAHORN,
|
||||||
Moves.X_SCISSOR,
|
|
||||||
Moves.ATTACK_ORDER,
|
Moves.ATTACK_ORDER,
|
||||||
Moves.BUG_BITE,
|
Moves.BUG_BITE,
|
||||||
Moves.FIRST_IMPRESSION,
|
Moves.FIRST_IMPRESSION,
|
||||||
@ -147,7 +146,6 @@ const MISC_TUTOR_MOVES = [
|
|||||||
Moves.HEAL_ORDER,
|
Moves.HEAL_ORDER,
|
||||||
Moves.QUIVER_DANCE,
|
Moves.QUIVER_DANCE,
|
||||||
Moves.INFESTATION,
|
Moves.INFESTATION,
|
||||||
Moves.POUNCE
|
|
||||||
];
|
];
|
||||||
|
|
||||||
describe("Bug-Type Superfan - Mystery Encounter", () => {
|
describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user