Added ability to purchase Tor router to access the dark web. Still need to implement functionality for this dark web

This commit is contained in:
Daniel Xie
2017-04-13 15:21:03 -05:00
parent 685103c5d4
commit 0d6890a565
6 changed files with 57 additions and 2 deletions
+7 -1
View File
@@ -556,7 +556,13 @@ var Engine = {
}
if (Player.isWorking) {
Player.work(numCycles);
if (Player.currentWorkFactionName != "") {
Player.workForFaction(numCycles);
} else if (Player.createProgramName != "") {
Player.createProgramWork(numCycles);
} else {
Player.work(numCycles);
}
}
//Counters