Fixed new Netscript1 Interpreter to work for functions returning Arrays/Objets. Untested. Also still needs new Hacknet Node implementation

This commit is contained in:
danielyxie
2018-07-10 23:41:26 -05:00
parent dcd6292ed2
commit 3ffc820519
7 changed files with 7294 additions and 4162 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {Engine} from "./engine";
/* Settings.js */
let Settings = {
CodeInstructionRunTime: 50,
CodeInstructionRunTime: 25,
MaxLogCapacity: 50,
MaxPortCapacity: 50,
SuppressMessages: false,