nwnxee / unified

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

Added additional *RemainingSpellSlots() functions + bugfixes in NWNX_Creature #1573

Closed Cjreek closed 1 year ago

Cjreek commented 1 year ago

The counter parts to the memorized spell functions for caster classes that don't memorize spells.

Cjreek commented 1 year ago

Nevermind. All of those already exist (Set instead of increment/decrement, but whatever). Please close and decline

Cjreek commented 1 year ago

Wait, I'll remove the duplicates and keep the increment/decrement functions and make the old ones future proof for .35

Cjreek commented 1 year ago

Okay. That was a little bit messy. Should have gone to bed earlier. I promise it's good now 😆 Done

Daztek commented 1 year ago

Can you redo your PR without all the fixes? Basically just your additional functions, I'd like to do the num multiclass stuff all in one go on the .35 branch.

And I believe NWNX_Creature_ReadySpells already behaves like your NWNX_Creature_ResetRemainingSpellSlots

Cjreek commented 1 year ago

Made a fresh one without any extra stuff. Closing this one