From 2c9ff8f8755cc1b1b8c1f8118be7689bfe823b4b Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:41:42 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/moves/move.ts | 1 - test/abilities/normal-move-type-change.test.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index fcf87fc83d0..37ed8ce342c 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -812,7 +812,6 @@ export default class Move implements Localizable { const typeChangeMovePowerMultiplier = new NumberHolder(1); const typeChangeHolder = new NumberHolder(this.type); - // apply move type changing ability attributes applyPreAttackAbAttrs(MoveTypeChangeAbAttr, source, target, this, true, typeChangeHolder, typeChangeMovePowerMultiplier); const sourceTeraType = source.getTeraType(); diff --git a/test/abilities/normal-move-type-change.test.ts b/test/abilities/normal-move-type-change.test.ts index f8d1fe03ae3..3d2ada1a910 100644 --- a/test/abilities/normal-move-type-change.test.ts +++ b/test/abilities/normal-move-type-change.test.ts @@ -18,6 +18,7 @@ import { toDmgValue } from "#app/utils/common"; * a different type and boost their power * * Includes + * - Aerialate * - Galvanize * - Pixilate * - Refrigerate