mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Close Options box when selecting certain actions
This commit is contained in:
parent
ce0b5f83dc
commit
b7b4617cee
@ -153,6 +153,7 @@ loadImportedGame = function(saveObj, saveString) {
|
||||
}
|
||||
|
||||
dialogBoxCreate("Imported game");
|
||||
gameOptionsBoxClose();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -1016,6 +1016,7 @@ var Engine = {
|
||||
console.log("Deleting running scripts on home computer");
|
||||
Player.getHomeComputer().runningScripts = [];
|
||||
dialogBoxCreate("Forcefully deleted all running scripts on home computer. Please save and refresh page");
|
||||
gameOptionsBoxClose();
|
||||
return false;
|
||||
});
|
||||
|
||||
@ -1023,6 +1024,7 @@ var Engine = {
|
||||
document.getElementById("debug-soft-reset").addEventListener("click", function() {
|
||||
dialogBoxCreate("Soft Reset!");
|
||||
prestigeAugmentation();
|
||||
gameOptionsBoxClose();
|
||||
return false;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user