mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Add totalExperience property to getOffice (#367)
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user