Update Bladeburner.js

This commit is contained in:
Olivier Gagnon 2018-07-22 13:55:17 -04:00 committed by GitHub
parent b0aea99656
commit 02c87fce80
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");
}
}