Decided to not be lazy and make the change I'd like to see ;)
This commit is contained in:
Matthew Goff 2018-10-30 19:32:30 -05:00 committed by danielyxie
parent 063c24e739
commit 85e984905c

@ -3497,7 +3497,7 @@ Bladeburner.prototype.getActionCountRemainingNetscriptFn = function(type, name,
switch (actionId.type) {
case ActionTypes["Contract"]:
case ActionTypes["Operation"]:
return actionObj.count;
return Math.floor( actionObj.count );
case ActionTypes["BlackOp"]:
case ActionTypes["BlackOperation"]:
if (this.blackops[name] != null) {