Fix formatting

This commit is contained in:
Matthew Goff 2018-07-27 19:54:11 -05:00 committed by GitHub
parent b0aea99656
commit e838a062c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1274,7 +1274,7 @@ Bladeburner.prototype.completeAction = function() {
teamLossMax = Math.floor(teamCount);
if (this.logging.blackops) {
this.log(action.name + " failed! Lost " + formatNumber(rankLoss, 1) + " rank and took" + formatNumber(damage, 0) + " damage");
this.log(action.name + " failed! Lost " + formatNumber(rankLoss, 1) + " rank and took " + formatNumber(damage, 0) + " damage");
}
}