Benjie suggestion

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Dean 2025-04-04 16:03:12 -07:00 committed by GitHub
parent 47c6fbb33e
commit 71b37edcc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2271,7 +2271,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
return false;
}
public getAbilityPriorities(): number[] {
public getAbilityPriorities(): [number, number] {
return [this.getAbility().postSummonPriority, this.getPassiveAbility().postSummonPriority];
}