Update move.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-13 08:29:04 -04:00 committed by GitHub
parent fb8562d47c
commit 4939a9f6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11540,5 +11540,5 @@ export function initMoves() {
.condition(new UpperHandCondition()),
new AttackMove(MoveId.MALIGNANT_CHAIN, PokemonType.POISON, MoveCategory.SPECIAL, 100, 100, 5, 50, 0, 9)
.attr(StatusEffectAttr, StatusEffect.TOXIC)
)
);
}