From c1d018ef29141502024281f3d24835c138154315 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Wed, 7 Aug 2024 09:51:35 -0400 Subject: [PATCH] Removes ignoresVirtual from beta merge --- src/data/move.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/move.ts b/src/data/move.ts index b4ff460ae2f..95194f25615 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -7150,8 +7150,7 @@ export function initMoves() { .partial(), new AttackMove(Moves.DIVE, Type.WATER, MoveCategory.PHYSICAL, 80, 100, 10, -1, 0, 3) .attr(ChargeAttr, ChargeAnim.DIVE_CHARGING, i18next.t("moveTriggers:hidUnderwater", {pokemonName: "{USER}"}), BattlerTagType.UNDERWATER) - .attr(GulpMissileTagAttr) - .ignoresVirtual(), + .attr(GulpMissileTagAttr), new AttackMove(Moves.ARM_THRUST, Type.FIGHTING, MoveCategory.PHYSICAL, 15, 100, 20, -1, 0, 3) .attr(MultiHitAttr), new SelfStatusMove(Moves.CAMOUFLAGE, Type.NORMAL, -1, 20, -1, 0, 3)