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