Closed hooksta4 closed 9 hours ago
I affirm:
Moves all PUP Job Abilities to job_utils lua. The only change I made was https://github.com/LandSandBoat/server/blob/base/scripts/actions/abilities/cooldown.lua#L12
Where I added the check for if not automaton.
Looking at ways to do some trimming for repetitive code like checking for automaton. However, each of the onAbilityCheck for pup seems to have an additional check so it may need to stay how it is.
Unlock pup and use the job abilities.
LGTM
The CI failure isn't you, just need to rebase and you're good
Thanks - just was able to get some time to do it. Doing CI's now.
I affirm:
What does this pull request do?
Moves all PUP Job Abilities to job_utils lua. The only change I made was https://github.com/LandSandBoat/server/blob/base/scripts/actions/abilities/cooldown.lua#L12
Where I added the check for if not automaton.
Looking at ways to do some trimming for repetitive code like checking for automaton. However, each of the onAbilityCheck for pup seems to have an additional check so it may need to stay how it is.
Steps to test these changes
Unlock pup and use the job abilities.