b1t_flume.exe program can now be created instantly (reqd hacking level is 1 instead of 5). Fixed some linting errors

This commit is contained in:
danielyxie
2018-08-29 15:25:01 -05:00
parent aa18420e0c
commit 63cd269d5e
5 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -83,9 +83,9 @@ const Programs = {
time: CONSTANTS.MillisecondsPerQuarterHour,
}),
BitFlume: new Program("b1t_flum3.exe", {
level: 5,
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 >= 5},
req: function() {return Player.sourceFiles.length > 0 && Player.hacking_skill >= 1},
time: CONSTANTS.MillisecondsPerFiveMinutes / 5,
}),
// special because you can't create it.