Added Dark web. Needs testing

This commit is contained in:
Daniel Xie
2017-05-05 10:50:55 -05:00
parent c749c275f2
commit 66e4fa26a2
12 changed files with 264 additions and 125 deletions
+1 -1
View File
@@ -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);
});
}