mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 16:52:24 +02:00
Remove async from applyAbAttrsInternal
Stray async leftover from merge
This commit is contained in:
parent
ceb78ebe0b
commit
8f95d8f336
@ -5355,7 +5355,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr {
|
|||||||
return this.helper.getFailedText(target);
|
return this.helper.getFailedText(target);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async function applyAbAttrsInternal<TAttr extends AbAttr>(
|
function applyAbAttrsInternal<TAttr extends AbAttr>(
|
||||||
attrType: Constructor<TAttr>,
|
attrType: Constructor<TAttr>,
|
||||||
pokemon: Pokemon | null,
|
pokemon: Pokemon | null,
|
||||||
applyFunc: AbAttrApplyFunc<TAttr>,
|
applyFunc: AbAttrApplyFunc<TAttr>,
|
||||||
|
Loading…
Reference in New Issue
Block a user