- Steam App
- Bitburner (1812820)
- Event type
- patch note
- Published
- 4 January 2023 - 20:30:08 UTC
- Source
- steam_community_announcements
v2.2.1 Hotfixes Hotfix / bugfix: * (@d0sboots) Implemented a new API wrapping solution that prevents the need for binding functions to ns when placing them in a new variable, but maintains and perhaps improves upon the performance gains from the previous v2.2.0 changes. * Fixed some issues with savegames failing to load, or causing the main engine loop to stall after load. * Fixed an issue where .script files were not receiving the correct args when ran * Fixed an issue with sleeve HP calculation * Possible fix for MathJax "Typesetting Failed" errors * There was an issue with Corporations decaying their employees to 0 stats, even though the minimum was supposed to be 5. Moved the variable storing the min decay value to corporation constants, and raised it to 10. * Regenerated documentation at https://github.com/bitburner-official/bitburner-src/blob/dev/markdown/bitburner.ns.md due to cor...