mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 05:22:44 +02:00
Update test title
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
400733442e
commit
fa22a7f3eb
@ -33,7 +33,7 @@ describe("Abilities - Rattled", () => {
|
|||||||
.enemyMoveset(MoveId.PIN_MISSILE);
|
.enemyMoveset(MoveId.PIN_MISSILE);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should reduce attack and then increase speed", async () => {
|
it("should trigger and boost speed immediately after Intimidate attack drop on initial send out", async () => {
|
||||||
await game.classicMode.runToSummon([SpeciesId.GIMMIGHOUL]);
|
await game.classicMode.runToSummon([SpeciesId.GIMMIGHOUL]);
|
||||||
|
|
||||||
const playerPokemon = game.scene.getPlayerPokemon();
|
const playerPokemon = game.scene.getPlayerPokemon();
|
||||||
|
Loading…
Reference in New Issue
Block a user