mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
[Documentation][Move] Add edge case to helping hand (#6340)
This commit is contained in:
parent
e477c505bc
commit
fce317a87a
@ -9430,7 +9430,9 @@ export function initMoves() {
|
||||
.attr(AddBattlerTagAttr, BattlerTagType.HELPING_HAND)
|
||||
.ignoresSubstitute()
|
||||
.target(MoveTarget.NEAR_ALLY)
|
||||
.condition(failIfSingleBattle),
|
||||
.condition(failIfSingleBattle)
|
||||
// should stack multiplicatively if used multiple times in 1 turn
|
||||
.edgeCase(),
|
||||
new StatusMove(MoveId.TRICK, PokemonType.PSYCHIC, 100, 10, -1, 0, 3)
|
||||
.unimplemented(),
|
||||
new StatusMove(MoveId.ROLE_PLAY, PokemonType.PSYCHIC, -1, 10, -1, 0, 3)
|
||||
|
Loading…
Reference in New Issue
Block a user