From 554e08b845a8cd4ea7ba2f50318ab5f01f13c039 Mon Sep 17 00:00:00 2001 From: Sporecore <69477137+Sporecoree@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:02:10 -0400 Subject: [PATCH] Add Plasma Fists Effect --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index cd527661e27..e73eadbf44c 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -5554,7 +5554,7 @@ export function initMoves() { .target(MoveTarget.ALL_NEAR_OTHERS), new AttackMove(Moves.PLASMA_FISTS, Type.ELECTRIC, MoveCategory.PHYSICAL, 100, 100, 15, -1, 0, 7) .punchingMove() - .partial(), + .attr(AddArenaTagAttr, ArenaTagType.PLASMA_FISTS), new AttackMove(Moves.PHOTON_GEYSER, Type.PSYCHIC, MoveCategory.SPECIAL, 100, 100, 5, -1, 0, 7) .attr(PhotonGeyserCategoryAttr) .ignoresAbilities()