mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
Added Dark web. Needs testing
This commit is contained in:
@@ -31,7 +31,7 @@ function displayCreateProgramContent() {
|
||||
if (Player.getHomeComputer().programs.indexOf(Programs.NukeProgram) == -1) {
|
||||
portHackALink.style.display = "block";
|
||||
portHackALink.addEventListener("click", function() {
|
||||
createProgram(Programs.PortHackProgram);
|
||||
createProgram(Programs.PortHackProgram, CONSTANTS.MillisecondsPerQuarterHour);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user