diff --git a/doc/source/netscript/netscriptjs.rst b/doc/source/netscript/netscriptjs.rst index 8e0f2eff1..540a5a893 100644 --- a/doc/source/netscript/netscriptjs.rst +++ b/doc/source/netscript/netscriptjs.rst @@ -14,13 +14,9 @@ significantly faster than Netscript 1.0. This documentation will not go over any of the additional features of NetscriptJS, since there is plenty of documentation on Javascript available on the web. -NetscriptJS in Mozilla Firefox ------------------------------- -As of the time of writing this, the Mozilla Firefox browser does not support -dynamic import functionality and therefore cannot run NetscriptJS scripts. - -(This may be some option/method for enabling this in Firefox, but I don't know -what is it) +Browser compatibility +--------------------- +As of the time of writing this, Mozilla Firefox and a few other browsers do not support `dynamic import `_ functionality and therefore cannot run NetscriptJS scripts. These browsers will thus only be capable of using Netscript 1.0. How to use NetscriptJS ---------------------- 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.

" +