mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Changed the way stock market cycles occur. Stock second-order forecast now changes normally like before
This commit is contained in:
@@ -85,6 +85,7 @@ export class Script {
|
||||
*/
|
||||
markUpdated() {
|
||||
this.module = "";
|
||||
this.moduleSequenceNumber = ++globalModuleSequenceNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -109,12 +110,6 @@ export class Script {
|
||||
}
|
||||
}
|
||||
|
||||
// Marks that this script has been updated. Causes recompilation of NS2 modules.
|
||||
markUpdated() {
|
||||
this.module = "";
|
||||
this.moduleSequenceNumber = ++globalModuleSequenceNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculates and updates the script's RAM usage based on its code
|
||||
* @param {Script[]} otherScripts - Other scripts on the server. Used to process imports
|
||||
|
||||
Reference in New Issue
Block a user