bitburner-official / bitburner-src

Bitburner source code.
Other
837 stars 273 forks source link

Money: Player travel expenses are incorrectly logged #1720

Closed alainbryden closed 1 month ago

alainbryden commented 1 month ago

Reported in Discord:

]Texel: Something that confused me early on in the game was I had a "Sleeves" cost in my general stats money breakdown before unlocking that feature.

I've now realized that when you, as the player, use the travel menu, it counts that expense as "Sleeves", which both throws off actual sleeve expenses but was pretty confusing as a new player

This was the last PR to touch this logic: https://github.com/bitburner-official/bitburner-src/commit/23f193c8eb433a8ea29b15dfc006be6c31afcaaf

It seems fine to me, but maybe there's something sneaky in there.

alainbryden commented 1 month ago

Well, I followed the blame and it looks like this was an issue, and was fixed in #1456