mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
NETSCRIPT: Rework script ram updates (#408)
This commit is contained in:
@@ -72,7 +72,7 @@ export class WorkerScript {
|
||||
pid: number;
|
||||
|
||||
/** Script's Static RAM usage. Equivalent to underlying script's RAM usage */
|
||||
ramUsage = 0;
|
||||
ramUsage = RamCostConstants.Base;
|
||||
|
||||
/** Reference to underlying RunningScript object */
|
||||
scriptRef: RunningScript;
|
||||
|
||||
Reference in New Issue
Block a user