timeSkipBoss

This commit is contained in:
landgreen
2020-04-01 18:59:03 -07:00
parent 19c1224796
commit b52f5f7748
6 changed files with 326 additions and 297 deletions

View File

@@ -95,6 +95,12 @@ const b = {
}
}
},
resetModText() {
setTimeout(function () {
if (document.getElementById("mod-acid")) document.getElementById("mod-acid").innerHTML = "";
if (document.getElementById("mod-low-health-damage")) document.getElementById("mod-low-health-damage").innerHTML = "";
}, 10);
},
mods: [{
name: "depleted uranium rounds",
description: `your <strong>bullets</strong> are <strong>+13%</strong> larger<br>increased mass and physical <strong class='color-d'>damage</strong>`,