Skip to content

Commit

Permalink
fixed Dauntless Shield Bug (smogon#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmagier committed Mar 28, 2021
1 parent d5d63a3 commit 95992d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calc/src/mechanics/gen78.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ export function calculateSMSS(
checkKlutz(defender);
checkSeedBoost(attacker, field);
checkSeedBoost(defender, field);
checkDauntlessShield(attacker);
checkDauntlessShield(defender);

computeFinalStats(gen, attacker, defender, field, 'def', 'spd', 'spe');

Expand All @@ -67,8 +69,6 @@ export function calculateSMSS(
checkDownload(defender, attacker);
checkIntrepidSword(attacker);
checkIntrepidSword(defender);
checkDauntlessShield(attacker);
checkDauntlessShield(defender);

computeFinalStats(gen, attacker, defender, field, 'atk', 'spa');

Expand Down

0 comments on commit 95992d8

Please sign in to comment.