Compare commits

..

2 Commits

Author SHA1 Message Date
Bertie690
d79e410cf1
Merge 4939a9f6f4 into 907e3c8208 2025-08-13 12:29:07 +00:00
Bertie690
4939a9f6f4
Update move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-08-13 08:29:04 -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)
)
);
}