mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 08:59:29 +02:00
Fixed locales update & heal block test
This commit is contained in:
parent
0d457f7b80
commit
2c207980d3
@ -79,8 +79,6 @@ describe("Moves - Heal Block", () => {
|
|||||||
|
|
||||||
expect(game.scene.arena.positionalTagManager.tags.find(t => t.tagType === PositionalTagType.WISH)).toHaveLength(1);
|
expect(game.scene.arena.positionalTagManager.tags.find(t => t.tagType === PositionalTagType.WISH)).toHaveLength(1);
|
||||||
|
|
||||||
game.move.use(MoveId.SPLASH);
|
|
||||||
await game.toNextTurn();
|
|
||||||
game.move.use(MoveId.SPLASH);
|
game.move.use(MoveId.SPLASH);
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user