mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 06:12:19 +02:00
merge up-to-date
This commit is contained in:
parent
d6bcc4ddad
commit
15e3f3d1e7
@ -5798,12 +5798,12 @@ export function applyPostSummonAbAttrs(
|
||||
|
||||
export function applyPreSummonAbAttrs(
|
||||
attrType: Constructor<PreSummonAbAttr>,
|
||||
pokemon: Pokemon,
|
||||
pokemon: Pokemon,
|
||||
...args: any[]
|
||||
): void {
|
||||
applyAbAttrsInternal<PreSummonAbAttr>(
|
||||
attrType,
|
||||
pokemon,
|
||||
attrType,
|
||||
pokemon,
|
||||
(attr, passive) => attr.applyPreSummon(pokemon, passive, args), args
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user