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

Grafting: Prevent any scripts from interrupting grafting #390

Open
alainbryden opened this issue Oct 20, 2024 · 0 comments
Open

Grafting: Prevent any scripts from interrupting grafting #390

alainbryden opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@alainbryden
Copy link
Owner

Recently, work-for-factions.js was fixed to never interrupt grafting ( #389 ), which is the main concern - but there are still other spots in the code where we might steal focus:

  • daemon.js can decide to study at startup (universityCourse)
  • ascend.js will stop any action in progress to avoid money being spent while it runs. (It should refuse to run if we're grafting)
  • autopilot.js will attempt to:
    • stop any action in progress to run casino.js
    • run ascend.js when it thinks it's ready (without regard for grafting in progress.)
  • bladeburner.js generally avoids interrupting player actions, but will interrupt if --ignore-busy-status is true. Grafting should be an exception to this and never interrupted.
@alainbryden alainbryden added bug Something isn't working enhancement New feature or request labels Oct 20, 2024
@alainbryden alainbryden self-assigned this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant