moriakaice / bitburner

Collection of scripts for https://danielyxie.github.io/bitburner/
ISC License
114 stars 145 forks source link

Fix for timers #25

Closed MaxEhs closed 2 years ago

MaxEhs commented 2 years ago

The * 1000 multiplication for hackTime, growTime, and weakenTime broke the functionality. My guess is that in a game update the return from the ns getter methods changed from milliseconds to seconds, so the muliplication with 1000 is no longer necessary.

MaxEhs commented 2 years ago

I didn't see that two others before me already comitted this fix... :|