diff --git a/dist/engine.bundle.js b/dist/engine.bundle.js
index 659a80136..998ebba68 100644
--- a/dist/engine.bundle.js
+++ b/dist/engine.bundle.js
@@ -53214,7 +53214,11 @@ function initSourceFiles() {
"Level 1: 8%
" +
"Level 2: 12%
" +
"Level 3: 14%");
- SourceFiles["SourceFile7"] = new SourceFile(7);
+ SourceFiles["SourceFile7"] = new SourceFile(7, "This Source-File allows you to access the Bladeburner Netscript API in other " +
+ "BitNodes. In addition, this Source-File will increase all of your Bladeburner multipliers by:
" +
+ "Level 1: 8%
" +
+ "Level 2: 12%
" +
+ "Level 3: 14%");
SourceFiles["SourceFile8"] = new SourceFile(8, "This Source-File grants the following benefits:
" +
"Level 1: Permanent access to WSE and TIX API
" +
"Level 2: Ability to short stocks in other BitNodes
" +
diff --git a/src/SourceFile.js b/src/SourceFile.js
index 99eb5e72d..a5cab275a 100644
--- a/src/SourceFile.js
+++ b/src/SourceFile.js
@@ -51,7 +51,11 @@ function initSourceFiles() {
"Level 1: 8%
" +
"Level 2: 12%
" +
"Level 3: 14%");
- SourceFiles["SourceFile7"] = new SourceFile(7);
+ SourceFiles["SourceFile7"] = new SourceFile(7, "This Source-File allows you to access the Bladeburner Netscript API in other " +
+ "BitNodes. In addition, this Source-File will increase all of your Bladeburner multipliers by:
" +
+ "Level 1: 8%
" +
+ "Level 2: 12%
" +
+ "Level 3: 14%");
SourceFiles["SourceFile8"] = new SourceFile(8, "This Source-File grants the following benefits:
" +
"Level 1: Permanent access to WSE and TIX API
" +
"Level 2: Ability to short stocks in other BitNodes
" +