mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
Added a Character ovewview screen
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user