From 708edd6b8535bffa18cf8ce7b9ccd6a1ffd375b0 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Wed, 30 Jul 2025 22:27:18 -0400 Subject: [PATCH] Update src/data/moves/move.ts --- src/data/moves/move.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/moves/move.ts b/src/data/moves/move.ts index 31c5e861a7d..8557768bc03 100644 --- a/src/data/moves/move.ts +++ b/src/data/moves/move.ts @@ -3576,7 +3576,6 @@ export class CutHpStatStageBoostAttr extends StatStageChangeAttr { * Attribute implementing the stat boosting effect of {@link https://bulbapedia.bulbagarden.net/wiki/Order_Up_(move) | Order Up}. * If the user has a Pokemon with {@link https://bulbapedia.bulbagarden.net/wiki/Commander_(Ability) | Commander} in their mouth, * one of the user's stats are increased by 1 stage, depending on the "commanding" Pokemon's form. - * ~~This effect does not respect effect chance, but Order Up itself may be boosted by Sheer Force.~~ Disabled by balance team */ export class OrderUpStatBoostAttr extends MoveEffectAttr { constructor() {