From e75c8e569187c9502b92a2dc949286541e156d96 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:37:00 -0500 Subject: [PATCH] [Bug] [Ability] Fix stat boost message timing for quark drive / protosynthesis (#6529) Make proto and quark drive stat boost happen after proc instead of at end --- src/data/battler-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 1657363bdfa..c495cdaa604 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -2159,7 +2159,7 @@ export class HighestStatBoostTag extends AbilityBattlerTag { null, false, null, - true, + false, ); }