mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 20:37:05 +02:00
isBusy() now returns true if you are in a hacking mission
This commit is contained in:
@@ -2752,7 +2752,7 @@ function NetscriptFunctions(workerScript) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
return Player.isWorking;
|
||||
return Player.isWorking || inMission;
|
||||
},
|
||||
stopAction: function() {
|
||||
updateDynamicRam("stopAction", getRamCost("stopAction"));
|
||||
|
||||
Reference in New Issue
Block a user