Skip to content

Commit

Permalink
Fixed Ability#BonusAOERadiusAmplifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicdex committed Jul 23, 2024
1 parent 3a38bc7 commit e6cc89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/Objects/Base/Ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class Ability extends Entity {
}
public get BonusAOERadiusAmplifier(): number {
if (this.Owner === undefined || !this.HasAffectedByAOEIncrease) {
return 0
return 1
}
return this.Owner.BonusAOERadiusAmplifier
}
Expand Down

0 comments on commit e6cc89b

Please sign in to comment.