Marked Baton Pass as Partially Working
Baton Pass currently doesn't transfer over stats when used. Marked as partially working.pull/233/head
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