DerpleMQ2 / rgmercs

Lua version of RGMercs Script
10 stars 20 forks source link

Berserker doesn't summon axes (version 2024-04-16) #34

Closed JoeBostic closed 4 months ago

JoeBostic commented 4 months ago

The Berserker class doesn't summon axes. All the code is in place to do so, but there is a bug. The code that summons axes calls the routine FindItemBankCount() but should probably be calling FindItemCount(). If I change the code to call FindItemCount() it will summon axes normally.

DerpleMQ2 commented 4 months ago

I do accept PRs for this project do you have any desires to fix this and send me a PR for it? If not I will get to it as soon as I can.

DerpleMQ2 commented 4 months ago

I think this is fixed now please re-test.