You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that not all abilities provide appropriate values when :GetAbilityDamage() is called on them.
What I'm thinking is create a "GetGlobalDamage()" function for each hero (defaults to returning 0 in decision.lua base class) which will return the actual damage value (raw value if no target provided).
The text was updated successfully, but these errors were encountered:
The issue is that not all abilities provide appropriate values when :GetAbilityDamage() is called on them.
What I'm thinking is create a "GetGlobalDamage()" function for each hero (defaults to returning 0 in decision.lua base class) which will return the actual damage value (raw value if no target provided).
The text was updated successfully, but these errors were encountered: