mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
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:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user