From 065659c3969641c7e7c7399aafabc5093b284677 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Sat, 2 Aug 2025 16:14:34 -0400 Subject: [PATCH] Actually removed mortal spin attribute --- src/data/moves/move.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index 7c99256af77..21f7572f8e6 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -8409,7 +8409,6 @@ const MoveAttrs = Object.freeze({ GulpMissileTagAttr, JawLockAttr, CurseAttr, - LapseBattlerTagAttr, RemoveBattlerTagAttr, FlinchAttr, ConfuseAttr, @@ -11310,7 +11309,7 @@ export function initMoves() { new AttackMove(MoveId.TRIPLE_DIVE, PokemonType.WATER, MoveCategory.PHYSICAL, 30, 95, 10, -1, 0, 9) .attr(MultiHitAttr, MultiHitType._3), new AttackMove(MoveId.MORTAL_SPIN, PokemonType.POISON, MoveCategory.PHYSICAL, 30, 100, 15, 100, 0, 9) - .attr(LapseBattlerTagAttr, [ + .attr(RemoveBattlerTagAttr, [ BattlerTagType.BIND, BattlerTagType.WRAP, BattlerTagType.FIRE_SPIN,