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

View File

@@ -11,4 +11,7 @@ installAugmentations() Netscript Function
This function will automatically install your Augmentations, resetting the game as usual.
It will return true if successful, and false otherwise.
This function will return false if it was not able to install Augmentations.
If this function successfully installs Augmentations, then it has no return value because
all scripts are immediately terminated.