Skip to content

Commit

Permalink
Physical Shell Side Arm should make contact (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari authored Nov 3, 2024
1 parent ffc46f6 commit 100b74d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions calc/src/mechanics/gen789.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ export function calculateSMSSSV(
move.flags.contact = 0;
}

if (move.named('Shell Side Arm') &&
getShellSideArmCategory(attacker, defender) === 'Physical') {
move.flags.contact = 1;
}

const breaksProtect = move.breaksProtect || move.isZ || attacker.isDynamaxed ||
(attacker.hasAbility('Unseen Fist') && move.flags.contact);

Expand Down

0 comments on commit 100b74d

Please sign in to comment.