isBusy() now returns true if you are in a hacking mission

This commit is contained in:
danielyxie
2019-07-13 22:44:53 -07:00
committed by danielyxie
parent 91ee65a101
commit 916ef06913
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -2752,7 +2752,7 @@ function NetscriptFunctions(workerScript) {
return;
}
}
return Player.isWorking;
return Player.isWorking || inMission;
},
stopAction: function() {
updateDynamicRam("stopAction", getRamCost("stopAction"));