Skip to content

Hides the hit chance preview on staffs/spells with guaranteed hit chance.

Jike requested to merge lordjike/lt-maker:master into master

Previously, staffs with no "hit" component (And thus guaranteed hit chance), would still display the hit chance despite this being redundant information:

(Screenshot from our project.) image

I have adjusted the conditional to actually check for "hit" component on the staff, so that if the staff is guaranteed to hit, it will not display the hit chance:

Screenshot_2024-06-22_024635

It will still display the hit chance on staffs with a "hit" component (I put a "hit" component with value 80 on the berserk staff in the test project)

Screenshot_2024-06-22_024612

Merge request reports