Merge pull request #371 from hydroflame/patch-1

This has been annoying me
This commit is contained in:
danielyxie 2018-07-24 14:41:48 -05:00 committed by GitHub
commit 1f686e88c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1280,7 +1280,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");
}
}