mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
Small UI changes
This commit is contained in:
+1
-1
@@ -838,7 +838,7 @@ PlayerObject.prototype.startCreateProgramWork = function(programName, time, reqL
|
||||
var timeMultiplier = (CONSTANTS.MaxSkillLevel - (this.hacking_skill - reqLevel)) / CONSTANTS.MaxSkillLevel;
|
||||
if (timeMultiplier > 1) {timeMultiplier = 1;}
|
||||
if (timeMultiplier < 0.01) {timeMultiplier = 0.01;}
|
||||
this.timeNeededToCompleteWork = timeMultiplier & time;
|
||||
this.timeNeededToCompleteWork = timeMultiplier * time;
|
||||
|
||||
this.createProgramName = programName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user