mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Blade Contracts/Operations now reduce count on fails. (#411)
This commit is contained in:
parent
c2cd5845b2
commit
701f063642
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user