mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 21:37:59 +02:00
BITNODE: IPvGO territory control strategy game (#934)
This commit is contained in:
committed by
GitHub
parent
c6141f2adf
commit
7ef12a0323
@@ -136,7 +136,7 @@ export const calculateCompanyWorkStats = (
|
||||
|
||||
const jobPerformance = companyPosition.calculateJobPerformance(worker);
|
||||
|
||||
gains.reputation = jobPerformance * worker.mults.company_rep * favorMult;
|
||||
gains.reputation = jobPerformance * worker.mults.company_rep * favorMult * currentNodeMults.CompanyWorkRepGain;
|
||||
|
||||
return gains;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user