nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
128 stars 91 forks source link

Added {Get|Set}AbilityIncreaseByLevel() #1672

Closed Cjreek closed 1 year ago

Cjreek commented 1 year ago

closes #1671

Cjreek commented 1 year ago

Please don't merge yet!: The ELC plugin uses Ability::MAX, which has been changed and now includes Ability::None. This will most likely break the related code. We'll have to talk about what to do here.

Either the ELC code needs to be changed or I have to loop from 0-6 manually without the ability constants. Or something else I'm not thinking about right now.

Daztek commented 1 year ago

Maybe just change all <= Ability::MAX references to < Ability::MAX

Cjreek commented 1 year ago

Okay it's fixed

Cjreek commented 1 year ago

Updated the constant, function documentations and changelog