Made the effects of many Augmentations slightly stronger

This commit is contained in:
Daniel Xie
2017-06-02 00:34:57 -05:00
parent 94dd4395be
commit 01901e3a8e
3 changed files with 76 additions and 72 deletions
-1
View File
@@ -29,7 +29,6 @@ var dialogBoxOpened = false;
var dialogBoxCount = 0;
dialogBoxCreate = function(txt) {
console.log("created");
var container = document.createElement("div");
container.setAttribute("class", "dialog-box-container");