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

View File

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