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