Remove Partial Tag

Torment is fully implemented.
pull/761/head
Athebyne 2024-05-14 00:10:22 -04:00 committed by GitHub
parent ef0ff6a705
commit 41cebcc182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -4914,8 +4914,7 @@ export function initMoves() {
.target(MoveTarget.BOTH_SIDES),
new StatusMove(Moves.TORMENT, Type.DARK, 100, 15, -1, 0, 3)
.attr(AddBattlerTagAttr, BattlerTagType.TORMENTED, false, true)
.condition((user, target, move) => !target.getTag(BattlerTagType.TORMENTED) && !target.isMax())
.partial(),
.condition((user, target, move) => !target.getTag(BattlerTagType.TORMENTED) && !target.isMax()),
new StatusMove(Moves.FLATTER, Type.DARK, 100, 15, -1, 0, 3)
.attr(StatChangeAttr, BattleStat.SPATK, 1)
.attr(ConfuseAttr),