MrAntares / roBrowserLegacy

This is a continuation of the original robrowser. All credits to the original creators and the new ones :)
GNU General Public License v3.0
184 stars 118 forks source link

NV_BASIC skill failure should not trigger default animation #387

Open kontownik opened 3 months ago

kontownik commented 3 months ago

Steps to reproduce:

Actual result: As every failure in this function it's triggering the default animation. While "Basic skill" it's passive.

Expected result: should not trigger SkillAction['DEFAULT'] animation.

Additional context Probably there could be more skills like that, but I don't remember easy way to find all the passive skills to compare.

I was thinking about solution like this: https://github.com/MrAntares/roBrowserLegacy/compare/master...kontownik:roBrowserLegacy:fix/basic_skill_failure but I need to hardcode line breaks to match current ones I believe