Update src/data/moves/move.ts

This commit is contained in:
Bertie690 2025-07-30 22:27:18 -04:00 committed by GitHub
parent 64c9506c42
commit 708edd6b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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