From 93a5fa53f1c7d458dc5032444b18799f05a0ba86 Mon Sep 17 00:00:00 2001 From: kristapsmelderis Date: Sun, 10 Jun 2018 14:17:14 +0300 Subject: [PATCH 1/2] fix #280 replaced "reputation" with "favor", because its not correct description. --- src/BitNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BitNode.js b/src/BitNode.js index 619caa90c..ac85e5afb 100644 --- a/src/BitNode.js +++ b/src/BitNode.js @@ -54,7 +54,7 @@ function initBitNodes() { "The starting and maximum amount of money on servers is reduced by 75%
" + "Server growth rate is reduced by 80%
" + "You will start out with $150b so that you can start your corporation
" + - "You now only need 75 reputation with a faction in order to donate to it, rather than 150

" + + "You now only need 75 favor with a faction in order to donate to it, rather than 150

" + "Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will " + "upgrade its level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although " + "some BitNodes will disable this mechanic). This Source-File also increases your charisma and company salary multipliers by:
" + From e6152824fdb73937272e5c81c3fb87ca8fd886ff Mon Sep 17 00:00:00 2001 From: kristapsmelderis Date: Sun, 10 Jun 2018 14:30:33 +0300 Subject: [PATCH 2/2] update to fix for #280 proper English --- src/BitNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BitNode.js b/src/BitNode.js index ac85e5afb..71df8df9d 100644 --- a/src/BitNode.js +++ b/src/BitNode.js @@ -54,7 +54,7 @@ function initBitNodes() { "The starting and maximum amount of money on servers is reduced by 75%
" + "Server growth rate is reduced by 80%
" + "You will start out with $150b so that you can start your corporation
" + - "You now only need 75 favor with a faction in order to donate to it, rather than 150

" + + "You now only need 75 favour with a faction in order to donate to it, rather than 150

" + "Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will " + "upgrade its level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although " + "some BitNodes will disable this mechanic). This Source-File also increases your charisma and company salary multipliers by:
" +