Vigilante Justice now reduces wanted by a percentage to help players stuck with very high wanted level.

This commit is contained in:
Olivier Gagnon
2021-05-29 12:48:58 -04:00
parent 75b2806c93
commit 60d6d49c43
15 changed files with 29 additions and 39 deletions
-1
View File
@@ -4448,7 +4448,6 @@ function NetscriptFunctions(workerScript) {
document.completely_unused_field = undefined;
// set one to true and check that it affected the other.
document.completely_unused_field = true;
console.log(workerScript.ramUsage);
if(doc.completely_unused_field && workerScript.ramUsage === 1.6) {
Player.giveExploit(Exploit.Bypass);
}