Fix minimum corp employee stat

* minEmployeeDecay is now part of CorpConstants and has a value of 10. This replaces Office.minEne/minMor/minHap
* Also removed some unnecessary files in dist/ext for MathJax
* Rebuilt documentation to remove minHap/minMor/minEne from getOffice, and add minEmployeeDecay to corporation.getConstants
This commit is contained in:
omuretsu
2023-01-03 11:55:50 -05:00
parent b2ecd82acc
commit 4ab29e9c60
21 changed files with 37 additions and 330 deletions
-3
View File
@@ -675,11 +675,8 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
return {
loc: office.loc,
size: office.size,
minEne: office.minEne,
maxEne: office.maxEne,
minHap: office.minHap,
maxHap: office.maxHap,
minMor: office.minMor,
maxMor: office.maxMor,
employees: office.totalEmployees,
avgEne: office.avgEne,