From 15e3f3d1e7e5d4b61339bb5328e02658ecd9838a Mon Sep 17 00:00:00 2001 From: Lylian Date: Sun, 2 Mar 2025 23:21:44 +0100 Subject: [PATCH] merge up-to-date --- src/data/ability.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 2f6e57a57b0..42f1b8beed6 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5798,12 +5798,12 @@ export function applyPostSummonAbAttrs( export function applyPreSummonAbAttrs( attrType: Constructor, - pokemon: Pokemon, + pokemon: Pokemon, ...args: any[] ): void { applyAbAttrsInternal( - attrType, - pokemon, + attrType, + pokemon, (attr, passive) => attr.applyPreSummon(pokemon, passive, args), args ); }