diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index f1c9503831e..8f558362c85 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -5795,7 +5795,6 @@ export class ProtectAttr extends AddBattlerTagAttr { timesUsed++ } - // console.log(`Wave Move History: ${user.tempSummonData.waveMoveHistory.reverse().map(t => t.move)}\nTimes Used In Row: ${timesUsed}\nSuccess chance: 1 in ${Math.pow(3, timesUsed)}`) return timesUsed === 0 || user.randBattleSeedInt(Math.pow(3, timesUsed)) === 0; }); }