Added a Character ovewview screen

This commit is contained in:
Daniel Xie
2017-05-20 02:33:33 -05:00
parent a91f1c5fef
commit 0054ab7222
5 changed files with 48 additions and 9 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ PlayerObject.prototype.calculateHackingChance = function() {
var chance = skillChance * difficultyMult;
if (chance > 1) {return 1;}
if (chance < 0) {return 0;}
return chance;}
return chance;
}
//Calculate the time it takes to hack a server in seconds. Returns the time