mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
Changelog updates for latest hotfix
This commit is contained in:
parent
4ab29e9c60
commit
1670be1573
@ -13,6 +13,9 @@ Hotfixes:
|
|||||||
* Fixed an issue with sleeve HP calculation
|
* Fixed an issue with sleeve HP calculation
|
||||||
* Possible fix for MathJax "Typesetting Failed" errors
|
* Possible fix for MathJax "Typesetting Failed" errors
|
||||||
* The Faction Work XP fix listed below was also added during hotfixes.
|
* The Faction Work XP fix listed below was also added during hotfixes.
|
||||||
|
* There was an issue with Corporations decaying their employees to 0 stats, even though the minimum was supposed to be 5. Fixed, and raised minimum to 10.
|
||||||
|
* Regenerated documentation at https://github.com/bitburner-official/bitburner-src/blob/dev/markdown/bitburner.ns.md due to corporation changes related to min decay stats.
|
||||||
|
|
||||||
|
|
||||||
Dev notes
|
Dev notes
|
||||||
|
|
||||||
|
@ -239,6 +239,10 @@ export const CONSTANTS: {
|
|||||||
* Fixed an issue with sleeve HP calculation
|
* Fixed an issue with sleeve HP calculation
|
||||||
* Possible fix for MathJax "Typesetting Failed" errors
|
* Possible fix for MathJax "Typesetting Failed" errors
|
||||||
* The Faction Work XP fix listed below was also added during hotfixes.
|
* The Faction Work XP fix listed below was also added during hotfixes.
|
||||||
|
* 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 corporation changes related to min decay stats.
|
||||||
|
|
||||||
v2.2.0 - Jan 2 2023 Development Reboot
|
v2.2.0 - Jan 2 2023 Development Reboot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user