mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22: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(
|
export function applyPreSummonAbAttrs(
|
||||||
attrType: Constructor<PreSummonAbAttr>,
|
attrType: Constructor<PreSummonAbAttr>,
|
||||||
pokemon: Pokemon,
|
pokemon: Pokemon,
|
||||||
...args: any[]
|
...args: any[]
|
||||||
): void {
|
): void {
|
||||||
applyAbAttrsInternal<PreSummonAbAttr>(
|
applyAbAttrsInternal<PreSummonAbAttr>(
|
||||||
attrType,
|
attrType,
|
||||||
pokemon,
|
pokemon,
|
||||||
(attr, passive) => attr.applyPreSummon(pokemon, passive, args), args
|
(attr, passive) => attr.applyPreSummon(pokemon, passive, args), args
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user