mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-12 00:07:40 +01:00
rm console log
This commit is contained in:
parent
eb778aafa9
commit
7674c7f693
@ -1894,7 +1894,6 @@ export const initChurchOfTheMachineGodAugmentations = (): Augmentation[] => [
|
|||||||
|
|
||||||
export function initNeuroFluxGovernor(): Augmentation {
|
export function initNeuroFluxGovernor(): Augmentation {
|
||||||
const donationBonus = CONSTANTS.Donations / 1e6 / 100; // 1 millionth of a percent per donation
|
const donationBonus = CONSTANTS.Donations / 1e6 / 100; // 1 millionth of a percent per donation
|
||||||
console.log(donationBonus * 100);
|
|
||||||
return new Augmentation({
|
return new Augmentation({
|
||||||
name: AugmentationNames.NeuroFluxGovernor,
|
name: AugmentationNames.NeuroFluxGovernor,
|
||||||
repCost: 500,
|
repCost: 500,
|
||||||
|
Loading…
Reference in New Issue
Block a user