From 1dafb9933260102303fe878a114aa813d16ecfc0 Mon Sep 17 00:00:00 2001 From: Ice Date: Thu, 2 May 2024 23:55:09 -0500 Subject: [PATCH] test --- src/data/move.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/move.ts b/src/data/move.ts index d9a6742f6e4..0b3e757c2a2 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -3376,8 +3376,12 @@ export class ReducePpMoveAttr extends MoveEffectAttr { } const movesetMove = target.getMoveset().find(m => m.moveId === lastMove.move); const lastPpUsed = movesetMove.ppUsed; +<<<<<<< Updated upstream <<<<<<< Updated upstream if (!lastMove || lastPpUsed < 1) { +======= + if (lastPpUsed < 1) { +>>>>>>> Stashed changes ======= if (lastPpUsed < 1) { >>>>>>> Stashed changes