mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
Character,Augmentations now display by how much the stats will increase.
This commit is contained in:
@@ -42,7 +42,6 @@ document.addEventListener("keydown", function (event) {
|
||||
let dialogBoxOpened = false;
|
||||
|
||||
function dialogBoxCreate(txt, preformatted=false) {
|
||||
console.log(`dialogBoxCreate() called`)
|
||||
var container = document.createElement("div");
|
||||
container.setAttribute("class", "dialog-box-container");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user