mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
CORPORATION: Corp changes prior to 2.3 finalization (#503)
This commit is contained in:
@@ -531,8 +531,8 @@ export function purchaseHashUpgrade(upgName: string, upgTarget: string, count =
|
||||
Player.hashManager.refundUpgrade(upgName, count);
|
||||
return false;
|
||||
}
|
||||
for (const division of corp.divisions) {
|
||||
division.sciResearch += upg.value * count;
|
||||
for (const division of corp.divisions.values()) {
|
||||
division.researchPoints += upg.value * count;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user