feat: add manual pest cleaning mode#53
Open
nedingus wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual Pest Cleaning Mode
Adds an opt-in alternative to the automated Pest Destroyer: instead of auto-navigating and vacuuming pests, Aether hands control back to the player. When pests spawn it tabs you in (failsafe-style), pauses the macro, lets you kill the pests by hand, then warps to garden and restarts farming once the tab shows them cleared.
With disco effectively gone and pest handling in the state it's in, some people would rather just do pests manually but keep the convenience around it — this makes that a one-toggle flow.
Flow
/setspawnat the farming spot, tab in, and pause the macro so keys are released./warp garden(back to the setspawn), restore the farming loadout, and restart farming — near-instant.Settings (Pest Manager → Manual Pest Killing)
Design notes
ManualPestManager, ticked fromAetherAutomationTickHandler. While the mode is on, the automated cleaning trigger inPestManageris gated off, but the prep-swap is preserved so loadout handling still works.LoadoutManager/wardrobe path; the swap-back-to-farming on resume prevents resuming farming on the wrong loadout.Notes / open questions
Happy to adjust naming, defaults, or placement to match your preferences.