Skip to content

Commit

Permalink
[Ability] Add ability bar popup for Parental Bond (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerthunder authored Jul 5, 2024
1 parent e8036b2 commit 9d28fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,7 @@ export class AddSecondStrikeAbAttr extends PreAttackAbAttr {
const multiplier = args[2] as Utils.NumberHolder;

if (this.canApplyPreAttack(move, numTargets)) {
this.showAbility = !!hitCount?.value;
if (!!hitCount?.value) {
hitCount.value *= 2;
}
Expand Down

0 comments on commit 9d28fc4

Please sign in to comment.