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:
Akuma-Reiki 2024-04-21 22:53:49 -05:00 committed by GitHub
parent df7a6be654
commit fc68c9d9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)),