mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Rebalancing script RAM Usage. Script base RAM cost is 1.5GB, while common functions were made cheaper
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Netscript Functions
|
||||
* Implementation for Netscript functions */
|
||||
* Implementation for Netscript features */
|
||||
function netscriptAssign(exp, workerScript) {
|
||||
var env = workerScript.env;
|
||||
return new Promise(function(resolve, reject) {
|
||||
|
||||
Reference in New Issue
Block a user