From 90bbf6119d57672aa8272d287f1726069a35fbcd Mon Sep 17 00:00:00 2001 From: Benjamin Odom Date: Mon, 13 May 2024 06:40:04 -0500 Subject: [PATCH] Update pokemon.ts --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 99ba0b4e148..47f7dd24081 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -1410,7 +1410,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { damage.value = Math.floor(damage.value / 2); } - applyPreAttackAbAttrs(DamageBoostAbAttr, source, this, battlerMove, damage) + applyPreAttackAbAttrs(DamageBoostAbAttr, source, this, battlerMove, damage); move.getAttrs(HitsTagAttr).map(hta => hta as HitsTagAttr).filter(hta => hta.doubleDamage).forEach(hta => { if (this.getTag(hta.tagType))