Add totalExperience property to getOffice (#367)

This commit is contained in:
Snarling
2023-02-14 01:38:22 -05:00
committed by GitHub
parent 08e71c732b
commit b9a2953fa6
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -696,6 +696,7 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
avgEne: office.avgEne,
avgHap: office.avgHap,
avgMor: office.avgMor,
totalExperience: office.totalExp,
employeeProd: Object.assign({}, office.employeeProd),
employeeJobs: Object.assign({}, office.employeeJobs),
};