Compare commits

..

1 Commits

Author SHA1 Message Date
Bertie690
6351385154
Merge fb8562d47c into 907e3c8208 2025-08-13 00:16:34 -04:00

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)
);
)
}