mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-25 05:28:27 +00:00
Fix thaw test
This commit is contained in:
parent
f149e31ce5
commit
5967775b07
@ -79,9 +79,11 @@ describe("Moves - Powder", () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
it(
|
it(
|
||||||
"should not prevent the target from thawing out with its Fire-type move",
|
"should not prevent the target from thawing out with Flame Wheel",
|
||||||
async () => {
|
async () => {
|
||||||
game.override.enemyStatusEffect(StatusEffect.FREEZE);
|
game.override
|
||||||
|
.enemyMoveset(Array(4).fill(Moves.FLAME_WHEEL))
|
||||||
|
.enemyStatusEffect(StatusEffect.FREEZE);
|
||||||
|
|
||||||
await game.startBattle([Species.CHARIZARD]);
|
await game.startBattle([Species.CHARIZARD]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user