mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 11:04:36 +01:00
Increase rep gains
This commit is contained in:
26
dist/vendor.bundle.js
vendored
26
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -33,7 +33,7 @@ export class StaneksGift implements IStaneksGift {
|
||||
af.avgCharge = (af.numCharge * af.avgCharge + threads) / (af.numCharge + 1);
|
||||
af.numCharge++;
|
||||
|
||||
Factions["Church of the Machine God"].playerReputation += Math.log(threads + 1) / Math.log(2);
|
||||
Factions["Church of the Machine God"].playerReputation += Math.pow(threads, 0.95);
|
||||
}
|
||||
|
||||
inBonus(): boolean {
|
||||
|
Reference in New Issue
Block a user