mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Marked Baton Pass as Partially Working
Baton Pass currently doesn't transfer over stats when used. Marked as partially working.
This commit is contained in:
parent
df7a6be654
commit
fc68c9d9ab
@ -4287,7 +4287,8 @@ export function initMoves() {
|
||||
.attr(StatusEffectAttr, StatusEffect.PARALYSIS),
|
||||
new SelfStatusMove(Moves.BATON_PASS, Type.NORMAL, -1, 40, -1, 0, 2)
|
||||
.attr(ForceSwitchOutAttr, true, true)
|
||||
.hidesUser(),
|
||||
.hidesUser()
|
||||
.partial(),
|
||||
new StatusMove(Moves.ENCORE, Type.NORMAL, 100, 5, -1, 0, 2)
|
||||
.attr(AddBattlerTagAttr, BattlerTagType.ENCORE, false, true)
|
||||
.condition((user, target, move) => new EncoreTag(user.id).canAdd(target)),
|
||||
|
Loading…
Reference in New Issue
Block a user