From 5d490af8866a1997fc80995b2abd52e52f6dfb04 Mon Sep 17 00:00:00 2001 From: frutescens Date: Tue, 8 Oct 2024 08:15:17 -0700 Subject: [PATCH] bcvbvcbfd --- src/test/abilities/sheer_force.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/abilities/sheer_force.test.ts b/src/test/abilities/sheer_force.test.ts index a3add0a9964..8c6556b9d78 100644 --- a/src/test/abilities/sheer_force.test.ts +++ b/src/test/abilities/sheer_force.test.ts @@ -165,7 +165,7 @@ describe("Abilities - Sheer Force", () => { applyAbAttrs(MoveEffectChanceMultiplierAbAttr, user, null, false, chance, move, target, false); applyPreAttackAbAttrs(MovePowerBoostAbAttr, user, target, move, false, power); - applyPostDefendAbAttrs(PostDefendTypeChangeAbAttr, target, user, move, target.apply(user, move)); + applyPostDefendAbAttrs(PostDefendTypeChangeAbAttr, target, user, move, target.apply(user, move, move.category)); expect(chance.value).toBe(0); expect(power.value).toBe(move.power * 5461 / 4096);