mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +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 {
|
} else {
|
||||||
retValue = this.getActionStats(action, person, false);
|
retValue = this.getActionStats(action, person, false);
|
||||||
++action.failures;
|
++action.failures;
|
||||||
|
--action.count;
|
||||||
let loss = 0,
|
let loss = 0,
|
||||||
damage = 0;
|
damage = 0;
|
||||||
if (action.rankLoss) {
|
if (action.rankLoss) {
|
||||||
|
Loading…
Reference in New Issue
Block a user