Adding messages. Changed hacking factions to rely on hacking their specific servers to get the invite. Made Augmentations more expensive

This commit is contained in:
Daniel Xie
2017-06-01 23:15:45 -05:00
parent 236facab97
commit 94dd4395be
13 changed files with 287 additions and 44 deletions
+4
View File
@@ -28,4 +28,8 @@ function clearEventListeners(elemId) {
var newElem = elem.cloneNode(true);
elem.parentNode.replaceChild(newElem, elem);
return newElem;
}
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}