You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set a sleeve to perform bladeburner actions, take on contracts doing tracking actions. In the past it would stop once remaining contracts was 0. Once it hit zero it flipped to negative number and kept going.
The text was updated successfully, but these errors were encountered:
This is most likely unrelated to #3963. I tested this issue as well and confirmed that it exists for every type of contract (see image).
I suspect that it is caused by the following:
In SleeveBladeburnerWork.ts, action count is never checked and it simply calls completeAction(). For the player, action count is checked in startAction(), but Sleeves completely bypass that check by going straight to completeAction().
Bitburner v2.0.2 (3067703)
bitburnerSave_1661188743_BN12x26.zip
I set a sleeve to perform bladeburner actions, take on contracts doing tracking actions. In the past it would stop once remaining contracts was 0. Once it hit zero it flipped to negative number and kept going.
The text was updated successfully, but these errors were encountered: