Removes ignoresVirtual from beta merge

This commit is contained in:
Christopher Schmidt 2024-08-07 09:51:35 -04:00
parent 86b9f88335
commit c1d018ef29
1 changed files with 1 additions and 2 deletions

View File

@ -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)