Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling left-click on stations that aren't highlighted #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BlueSoapTurtle
Copy link
Contributor

This adds a new config option to change left click to "walk here" on stations that aren't highlighted
(by de-prioritizing the menu entries)

  • It checks that stations are highlighted, that the option to disable left click is enabled,
  • that we have a target for the menu entry (ex hovering an object)
  • that any of the stations are highlighted
  • That the option contains "-potion" ex "Crystalise-potion" or if the option is Check, otherwise de-prioritizing the first one changes the left-click to check instead of "walk here"
  • then it checks the target is one of the stations and de-prioritizes the menu entries (the action and check ones) if the station isn't highlighted

This will implement the suggestion from #91 and also make it easier to avoid concentrating the wrong potion when spam-clicking the concentrate station

Ready for review & Merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant