mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
Compare commits
2 Commits
6351385154
...
d79e410cf1
Author | SHA1 | Date | |
---|---|---|---|
|
d79e410cf1 | ||
|
4939a9f6f4 |
@ -11540,5 +11540,5 @@ export function initMoves() {
|
|||||||
.condition(new UpperHandCondition()),
|
.condition(new UpperHandCondition()),
|
||||||
new AttackMove(MoveId.MALIGNANT_CHAIN, PokemonType.POISON, MoveCategory.SPECIAL, 100, 100, 5, 50, 0, 9)
|
new AttackMove(MoveId.MALIGNANT_CHAIN, PokemonType.POISON, MoveCategory.SPECIAL, 100, 100, 5, 50, 0, 9)
|
||||||
.attr(StatusEffectAttr, StatusEffect.TOXIC)
|
.attr(StatusEffectAttr, StatusEffect.TOXIC)
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user