mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
hotfix backdooring the world daemon not resetting flags
This commit is contained in:
parent
08207ac79b
commit
c7e34d4a56
4
dist/engine.bundle.js
vendored
4
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
8
dist/vendor.bundle.js
vendored
8
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -324,8 +324,6 @@ function createBitNodeYesNoEventListener(newBitNode, destroyedBitNode, flume=fal
|
|||||||
document.getElementById("terminal-input-td").innerHTML = '$ <input type="text" id="terminal-input-text-box" class="terminal-input" tabindex="1"/>';
|
document.getElementById("terminal-input-td").innerHTML = '$ <input type="text" id="terminal-input-text-box" class="terminal-input" tabindex="1"/>';
|
||||||
$('input[class=terminal-input]').prop('disabled', false);
|
$('input[class=terminal-input]').prop('disabled', false);
|
||||||
|
|
||||||
Terminal.hackFlag = false;
|
|
||||||
|
|
||||||
prestigeSourceFile();
|
prestigeSourceFile();
|
||||||
yesNoBoxClose();
|
yesNoBoxClose();
|
||||||
});
|
});
|
||||||
|
@ -535,6 +535,7 @@ let Terminal = {
|
|||||||
Player.bitNodeN = 1;
|
Player.bitNodeN = 1;
|
||||||
}
|
}
|
||||||
hackWorldDaemon(Player.bitNodeN);
|
hackWorldDaemon(Player.bitNodeN);
|
||||||
|
Terminal.hackFlag = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
server.backdoorInstalled = true;
|
server.backdoorInstalled = true;
|
||||||
@ -570,6 +571,7 @@ let Terminal = {
|
|||||||
Player.bitNodeN = 1;
|
Player.bitNodeN = 1;
|
||||||
}
|
}
|
||||||
hackWorldDaemon(Player.bitNodeN);
|
hackWorldDaemon(Player.bitNodeN);
|
||||||
|
Terminal.backdoorFlag = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
server.backdoorInstalled = true;
|
server.backdoorInstalled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user