Fixed locales update & heal block test

This commit is contained in:
Bertie690 2025-07-26 14:40:42 -04:00
parent 0d457f7b80
commit 2c207980d3

View File

@ -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();