Blade Contracts/Operations now reduce count on fails. (#411)

This commit is contained in:
Zelow79
2023-03-07 14:45:05 -05:00
committed by GitHub
parent c2cd5845b2
commit 701f063642

View File

@ -1301,6 +1301,7 @@ export class Bladeburner {
} else {
retValue = this.getActionStats(action, person, false);
++action.failures;
--action.count;
let loss = 0,
damage = 0;
if (action.rankLoss) {