From 36c2c80de0d34b48c457c930d6adccfd6bb0eff4 Mon Sep 17 00:00:00 2001 From: damocleas Date: Sun, 22 Sep 2024 11:14:59 -0600 Subject: [PATCH] Changed Heal Order to 5pp to match other Recovery options --- src/data/move.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index de5176c3c84..893ce44ca51 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -8037,7 +8037,7 @@ export function initMoves() { .makesContact(false), new SelfStatusMove(Moves.DEFEND_ORDER, Type.BUG, -1, 10, -1, 0, 4) .attr(StatStageChangeAttr, [ Stat.DEF, Stat.SPDEF ], 1, true), - new SelfStatusMove(Moves.HEAL_ORDER, Type.BUG, -1, 10, -1, 0, 4) + new SelfStatusMove(Moves.HEAL_ORDER, Type.BUG, -1, 5, -1, 0, 4) .attr(HealAttr, 0.5) .triageMove(), new AttackMove(Moves.HEAD_SMASH, Type.ROCK, MoveCategory.PHYSICAL, 150, 80, 5, -1, 0, 4)