guillaume009 / runelite-plugin-action-progress

BSD 2-Clause "Simplified" License
3 stars 7 forks source link

[BUG] Using bird nest on a bird nest incorrectly triggers plugin #67

Closed clebauer closed 3 weeks ago

clebauer commented 3 weeks ago

Describe the bug When I use a bird nest on a bird nest, the plugin thinks that the bird nest is being ground. The nests will not turn into crushed nests (as they properly shouldn't), but the plugin thinks all of the bird nests in the inventory are being ground up,

To Reproduce Steps to reproduce the behavior: Use a bird nest on another bird nest while the Action Progress plugin is active. The nests will not turn into crushed nests (as they shouldn't), but the plugin thinks all of the bird nests in the inventory are being ground up,

Expected behavior Nothing should happen.

Screenshots If applicable, add screenshots to help explain your problem.

image
guillaume009 commented 3 weeks ago

Thought I had fixed this before. Changed the code for an alternative way to fix this which is cleaner and hopefully will work better. PR open on Runelite. The fix should be live in couple of days