diff --git a/calc/src/mechanics/gen789.ts b/calc/src/mechanics/gen789.ts index fb3d74fb1..db0349a62 100644 --- a/calc/src/mechanics/gen789.ts +++ b/calc/src/mechanics/gen789.ts @@ -477,7 +477,7 @@ export function calculateSMSSSV( // #region (Special) Attack const attack = calculateAttackSMSSSV(gen, attacker, defender, move, field, desc, isCritical); const attackSource = move.named('Foul Play') ? defender : attacker; - if (move.named('Photon Geyser', 'Light That Burns The Sky') || + if (move.named('Photon Geyser', 'Light That Burns the Sky') || (move.named('Tera Blast') && attackSource.teraType)) { move.category = attackSource.stats.atk > attackSource.stats.spa ? 'Physical' : 'Special'; }