Removes ignoresVirtual from beta merge
This commit is contained in:
parent
86b9f88335
commit
c1d018ef29
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue