Fixed bug that caused blank black screen when destroying/resetting BitNodes

This commit is contained in:
danielyxie
2018-10-10 14:16:26 -05:00
parent 7730c5d092
commit bd66ecf469
6 changed files with 167190 additions and 193 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ const Programs = {
level: 1,
tooltip:"This program creates a portal to the BitNode Nexus (allows you to restart and switch BitNodes)",
req: function() {return Player.sourceFiles.length > 0 && Player.hacking_skill >= 1},
time: CONSTANTS.MillisecondsPerFiveMinutes / 5,
time: CONSTANTS.MillisecondsPerFiveMinutes / 20,
}),
// special because you can't create it.
Flight: new Program("fl1ght.exe"),