mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
swap party positions
This commit is contained in:
parent
83a8620a2a
commit
fc56cb53fa
@ -68,7 +68,7 @@ describe("Moves - Tera Starstorm", () => {
|
||||
});
|
||||
|
||||
it("applies the effects when Terapagos in Stellar Form is fused with another Pokemon", async () => {
|
||||
await game.classicMode.startBattle([Species.TERAPAGOS, Species.MAGIKARP, Species.CHARMANDER]);
|
||||
await game.classicMode.startBattle([Species.TERAPAGOS, Species.CHARMANDER, Species.MAGIKARP]);
|
||||
|
||||
const fusionedMon = game.scene.getParty()[0];
|
||||
const magikarp = game.scene.getParty()[2];
|
||||
|
Loading…
Reference in New Issue
Block a user