mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #371 from hydroflame/patch-1
This has been annoying me
This commit is contained in:
commit
1f686e88c7
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user