mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Update src/data/moves/move.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
934b47c535
commit
15c9d28a04
@ -5787,7 +5787,7 @@ export class ProtectAttr extends AddBattlerTagAttr {
|
||||
// Quick & Wide guard increment the Protect counter without using it for fail chance
|
||||
!(allMoves[turnMove.move].hasAttr(ProtectAttr) ||
|
||||
[Moves.QUICK_GUARD, Moves.WIDE_GUARD].includes(turnMove.move)) ||
|
||||
turnMove?.result !== MoveResult.SUCCESS
|
||||
turnMove.result !== MoveResult.SUCCESS
|
||||
) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user