From cdff4206eae59e4defc3700708586561756cbcf6 Mon Sep 17 00:00:00 2001 From: Austin Couturier Date: Sat, 26 Oct 2024 16:13:24 -0600 Subject: [PATCH] Jet Punch is not boosted by Sheer Force --- calc/src/mechanics/gen789.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calc/src/mechanics/gen789.ts b/calc/src/mechanics/gen789.ts index bcb7309f1..ea52b447d 100644 --- a/calc/src/mechanics/gen789.ts +++ b/calc/src/mechanics/gen789.ts @@ -1176,7 +1176,7 @@ export function calculateBPModsSMSSSV( // Sheer Force does not power up max moves or remove the effects (SadisticMystic) if ( (attacker.hasAbility('Sheer Force') && - (move.secondaries || move.named('Jet Punch', 'Order Up')) && !move.isMax) || + (move.secondaries || move.named('Order Up')) && !move.isMax) || (attacker.hasAbility('Sand Force') && field.hasWeather('Sand') && move.hasType('Rock', 'Ground', 'Steel')) || (attacker.hasAbility('Analytic') &&