Merge pull request #1111 from brubsby/patch-2

Update all general actions to have infinity count
This commit is contained in:
hydroflame 2021-08-31 16:24:57 -04:00 committed by GitHub
commit d936f68c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1847,8 +1847,11 @@ export class Bladeburner implements IBladeburner {
return 1; return 1;
} }
case ActionTypes["Training"]: case ActionTypes["Training"]:
case ActionTypes["Recruitment"]:
case ActionTypes["Field Analysis"]: case ActionTypes["Field Analysis"]:
case ActionTypes["FieldAnalysis"]: case ActionTypes["FieldAnalysis"]:
case ActionTypes["Diplomacy"]:
case ActionTypes["Hyperbolic Regeneration Chamber"]:
return Infinity; return Infinity;
default: default:
workerScript.log("bladeburner.getActionCountRemaining", errorLogText); workerScript.log("bladeburner.getActionCountRemaining", errorLogText);