Skip to content

Commit

Permalink
Update abilities.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Sep 27, 2024
1 parent 4ba1673 commit 2e76431
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/mods/gen6megasrevisited/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ export const Abilities: import('../../../sim/dex-abilities').ModdedAbilityDataTa
move.multihitType = 'parentalbond';
}
},
onBasePowerPriority: 7,
onBasePower(basePower, pokemon, target, move) {
if (move.multihitType === 'parentalbond' && move.hit > 1) return this.chainModify(0.5);
},
onSourceModifySecondaries(secondaries, target, source, move) {
if (move.multihitType === 'parentalbond' && move.id === 'secretpower' && move.hit < 2) {
// hack to prevent accidentally suppressing King's Rock/Razor Fang
Expand Down

0 comments on commit 2e76431

Please sign in to comment.