mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update part-timer-encounter.test.ts
This commit is contained in:
parent
cea47507df
commit
fd4c037959
@ -168,7 +168,7 @@ describe("Part-Timer - Mystery Encounter", () => {
|
|||||||
// Override party levels to 50 so stats can be fully reflective
|
// Override party levels to 50 so stats can be fully reflective
|
||||||
scene.getPlayerParty().forEach(p => {
|
scene.getPlayerParty().forEach(p => {
|
||||||
p.level = 50;
|
p.level = 50;
|
||||||
p.ivs = [0, 0, 0, 0, 0, 0];
|
p.ivs = Uint8Array.of(0, 0, 0, 0, 0, 0);
|
||||||
p.calculateStats();
|
p.calculateStats();
|
||||||
});
|
});
|
||||||
await runMysteryEncounterToEnd(game, 2, { pokemonNo: 3 });
|
await runMysteryEncounterToEnd(game, 2, { pokemonNo: 3 });
|
||||||
|
Loading…
Reference in New Issue
Block a user