alainbryden / bitburner-scripts

My own scripts for playing bitburner
MIT License
608 stars 272 forks source link

autopilot.js: When deciding whether to reset, take into account already-purchased augs #403

Closed alainbryden closed 1 month ago

alainbryden commented 1 month ago

Autopilot.js won't make great decisions on when to install augmentations if the user is occasionally manually intervening (e,g. purchasing augs themselves).

It should be a quick adjustment to check for any already-purchased, but not yet installed augmentations, and factor that into its decision.