CORPORATION: Expose valuation via ns.corporation.getCorporation() (#1765)

This commit is contained in:
catloversg
2024-11-11 07:32:25 +07:00
committed by GitHub
parent daec7482fa
commit e825492319
4 changed files with 17 additions and 0 deletions
+1
View File
@@ -685,6 +685,7 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
nextState: corporation.state.nextName,
prevState: corporation.state.prevName,
divisions: [...corporation.divisions.keys()],
valuation: corporation.valuation,
};
setDeprecatedProperties(data, {
state: {