mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
parent
b9e227509e
commit
c730d6ed82
@ -120,7 +120,7 @@ export class Gang {
|
||||
this.respectGainRate = respectGains;
|
||||
this.wantedGainRate = wantedLevelGains;
|
||||
this.moneyGainRate = moneyGains;
|
||||
const gain = respectGains * numCycles;
|
||||
const gain = respectGains;
|
||||
this.respect += gain;
|
||||
// Faction reputation gains is respect gain divided by some constant
|
||||
const fac = Factions[this.facName];
|
||||
|
Loading…
Reference in New Issue
Block a user