From 1670be15739997cfa0885123da0bb2adb05d2f32 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Tue, 3 Jan 2023 12:04:47 -0500 Subject: [PATCH] Changelog updates for latest hotfix --- doc/source/changelog.rst | 3 +++ src/Constants.ts | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 75155fa34..472293f1b 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -13,6 +13,9 @@ Hotfixes: * Fixed an issue with sleeve HP calculation * Possible fix for MathJax "Typesetting Failed" errors * 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 diff --git a/src/Constants.ts b/src/Constants.ts index 6a14b3ec4..d43d82624 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -239,6 +239,10 @@ export const CONSTANTS: { * Fixed an issue with sleeve HP calculation * Possible fix for MathJax "Typesetting Failed" errors * 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