alainbryden / bitburner-scripts

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

daemon.js: Not attempting advanced exp mode in BN8 #429

Closed alainbryden closed 2 weeks ago

alainbryden commented 2 weeks ago

We don't attempt advanced exp mode in BN8 because we detect that money gained is 0, but whether or not a hack counts as "success" is based on money drained, so we should be using the ScriptHackMoney multiplier rather than the ScriptHackMoneyGain to decide whether to avoid it.