Increase rep gains

This commit is contained in:
Olivier Gagnon 2021-11-17 10:51:45 -05:00
parent d958aa5ed9
commit 022cd7b68d
4 changed files with 17 additions and 17 deletions

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 {