Skip to content

Commit

Permalink
Update gen789.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ViZarSmogon committed Dec 16, 2024
1 parent d4a87ef commit 7110597
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 @@ -1663,7 +1663,7 @@ function calculateBaseDamageSMSSSV(
}

if (isCritical) {
baseDamage = Math.floor(OF32(baseDamage * 1.5));
baseDamage = Math.floor(OF32(baseDamage * 1.3));
desc.isCritical = isCritical;
}

Expand Down

0 comments on commit 7110597

Please sign in to comment.