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() {