From 415424d6d593778d186323b367725633668208ea Mon Sep 17 00:00:00 2001 From: Phoenix G Date: Thu, 6 Dec 2018 14:11:44 -0800 Subject: [PATCH] Corrected percentages in BN2 Percentages for BN2 source file text description no longer matched the actual numbers in SourceFile.js --- src/BitNode.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BitNode.js b/src/BitNode.js index ea2340020..f2be6cc89 100644 --- a/src/BitNode.js +++ b/src/BitNode.js @@ -25,7 +25,7 @@ function initBitNodes() { "Level 3: 28%"); BitNodes["BitNode2"] = new BitNode(2, "Rise of the Underworld", "From the shadows, they rose", //Gangs "From the shadows, they rose.

Organized crime groups quickly filled the void of power " + - "left behind from the collapse of Western government in the 2050's. As society and civlization broke down, " + + "left behind from the collapse of Western government in the 2050s. As society and civlization broke down, " + "people quickly succumbed to the innate human impulse of evil and savagery. The organized crime " + "factions quickly rose to the top of the modern world.

" + "In this BitNode:

" + @@ -41,9 +41,9 @@ function initBitNodes() { "Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will " + "upgrade its level up to a maximum of 3. This Source-File increases the player's crime success rate, " + "crime money, and charisma multipliers by:

" + - "Level 1: 20%
" + - "Level 2: 30%
" + - "Level 3: 35%"); + "Level 1: 24%
" + + "Level 2: 36%
" + + "Level 3: 42%"); BitNodes["BitNode3"] = new BitNode(3, "Corporatocracy", "The Price of Civilization", "Our greatest illusion is that a healthy society can revolve around a " + "single-minded pursuit of wealth.

" +