Skip to content

Commit

Permalink
Jet Punch is not boosted by Sheer Force
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinXII committed Oct 26, 2024
1 parent 6c6ff28 commit cdff420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calc/src/mechanics/gen789.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') &&
Expand Down

0 comments on commit cdff420

Please sign in to comment.