Added neuroflux governor augmentation (the one you can level up

This commit is contained in:
Daniel Xie
2017-05-07 05:04:54 -05:00
parent cc21dd6fc7
commit 21f73088f6
4 changed files with 73 additions and 19 deletions
+4 -1
View File
@@ -457,6 +457,9 @@ var Engine = {
item.setAttribute("class", "installed-augmentation");
hElem.innerHTML = augName;
if (augName == AugmentationNames.NeuroFluxGovernor) {
hElem += " - Level " + (aug.level);
}
pElem.innerHTML = aug.info;
item.appendChild(hElem);
@@ -713,9 +716,9 @@ var Engine = {
} else {
//No save found, start new game
console.log("Initializing new game");
SpecialServerIps = new SpecialServerIpsMap();
Engine.setDisplayElements(); //Sets variables for important DOM elements
Engine.start(); //Run main game loop and Scripts loop
SpecialServerIps = new SpecialServerIpsMap();
Player.init();
initForeignServers();
initCompanies();